@Entity public class SystemReportPreferences extends NamedEntity implements DefinesNetwork, ISystemReportPreferences
| Constructor and Description |
|---|
SystemReportPreferences() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
EntityImportance |
getEntityImportance() |
java.util.Set<BasicGroup> |
getGroups() |
Network |
getNetwork() |
java.util.Set<TransferType> |
getTransferTypes() |
boolean |
isAds() |
boolean |
isExpenditure() |
boolean |
isIncome() |
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 |
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, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCodepublic Currency getCurrency()
public EntityImportance getEntityImportance()
getEntityImportance in interface HasEntityImportancegetEntityImportance in class SimpleEntitypublic java.util.Set<BasicGroup> getGroups()
public Network getNetwork()
getNetwork in class 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 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 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)