@Entity public class SystemReportPreferences extends org.cyclos.entities.NamedEntity implements DefinesNetwork, ISystemReportPreferences
| Constructor and Description |
|---|
SystemReportPreferences() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
org.cyclos.entities.EntityImportance |
getEntityImportance() |
java.util.Set<BasicGroup> |
getGroups() |
Network |
getNetwork() |
java.util.Set<TransferType> |
getTransferTypes() |
boolean |
isAds() |
boolean |
isExpenditure() |
boolean |
isIncome() |
boolean |
isInvoices() |
boolean |
isLoans() |
boolean |
isNumberLogins() |
boolean |
isPercentageNotTrading() |
boolean |
isReferences() |
boolean |
isSystemAccounts() |
boolean |
isUserAccounts() |
boolean |
isUserGroupInfo() |
void |
setAds(boolean ads) |
void |
setCurrency(Currency currency) |
void |
setExpenditure(boolean expenditure) |
void |
setGroups(java.util.Set<BasicGroup> groups) |
void |
setIncome(boolean income) |
void |
setInvoices(boolean invoices) |
void |
setLoans(boolean loans) |
void |
setNetwork(Network network) |
void |
setNumberLogins(boolean numberLogins) |
void |
setPercentageNotTrading(boolean percentageNotTrading) |
void |
setReferences(boolean references) |
void |
setSystemAccounts(boolean systemAccounts) |
void |
setTransferTypes(java.util.Set<TransferType> transferTypes) |
void |
setUserAccounts(boolean userAccounts) |
void |
setUserGroupInfo(boolean userGroupInfo) |
compareTo, getName, getNames, setName, toStringgetDataTranslationType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic Currency getCurrency()
public org.cyclos.entities.EntityImportance getEntityImportance()
getEntityImportance in interface org.cyclos.entities.HasEntityImportancegetEntityImportance in class org.cyclos.entities.SimpleEntitypublic java.util.Set<BasicGroup> getGroups()
public Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic java.util.Set<TransferType> getTransferTypes()
public boolean isAds()
isAds in interface ISystemReportPreferencespublic boolean isExpenditure()
isExpenditure in interface ISystemReportPreferencespublic boolean isIncome()
isIncome in interface ISystemReportPreferencespublic boolean isInvoices()
isInvoices in interface ISystemReportPreferencespublic boolean isLoans()
isLoans in interface ISystemReportPreferencespublic boolean isNumberLogins()
isNumberLogins in interface ISystemReportPreferencespublic boolean isPercentageNotTrading()
isPercentageNotTrading in interface ISystemReportPreferencespublic boolean isReferences()
isReferences in interface ISystemReportPreferencespublic boolean isSystemAccounts()
isSystemAccounts in interface ISystemReportPreferencespublic boolean isUserAccounts()
isUserAccounts in interface ISystemReportPreferencespublic boolean isUserGroupInfo()
isUserGroupInfo in interface ISystemReportPreferencespublic void setAds(boolean ads)
public void setCurrency(Currency currency)
public void setExpenditure(boolean expenditure)
public void setGroups(java.util.Set<BasicGroup> groups)
public void setIncome(boolean income)
public void setInvoices(boolean invoices)
public void setLoans(boolean loans)
public void setNetwork(Network network)
setNetwork in interface DefinesNetworkpublic void setNumberLogins(boolean numberLogins)
public void setPercentageNotTrading(boolean percentageNotTrading)
public void setReferences(boolean references)
public void setSystemAccounts(boolean systemAccounts)
public void setTransferTypes(java.util.Set<TransferType> transferTypes)
public void setUserAccounts(boolean userAccounts)
public void setUserGroupInfo(boolean userGroupInfo)