public class SystemReportPreferencesDTO extends NamedEntityDTO implements ISystemReportPreferences
NAMEID| Constructor and Description |
|---|
SystemReportPreferencesDTO() |
SystemReportPreferencesDTO(java.lang.Long id) |
SystemReportPreferencesDTO(Property<T,? super SystemReportPreferencesDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
CurrencyVO |
getCurrency() |
java.util.Set<BasicGroupVO> |
getGroups() |
java.util.Set<TransferTypeVO> |
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(CurrencyVO currency) |
void |
setExpenditure(boolean expenditure) |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
void |
setIncome(boolean income) |
void |
setInvoices(boolean invoices) |
void |
setLoans(boolean loans) |
void |
setNumberLogins(boolean numberLogins) |
void |
setPercentageNotTrading(boolean percentageNotTrading) |
void |
setReferences(boolean references) |
void |
setSystemAccounts(boolean systemAccounts) |
void |
setTransferTypes(java.util.Set<TransferTypeVO> transferTypes) |
void |
setUserAccounts(boolean userAccounts) |
void |
setUserGroupInfo(boolean userGroupInfo) |
compareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Boolean,SystemReportPreferencesDTO> ADS
public static final Property<CurrencyVO,SystemReportPreferencesDTO> CURRENCY
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> EXPENDITURE
public static final SetProperty<BasicGroupVO,SystemReportPreferencesDTO> GROUPS
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> INCOME
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> INVOICES
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> LOANS
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> NUMBER_LOGINS
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> PERCENTAGE_NOT_TRADING
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> REFERENCES
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> SYSTEM_ACCOUNTS
public static final SetProperty<TransferTypeVO,SystemReportPreferencesDTO> TRANSFER_TYPES
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> USER_ACCOUNTS
public static final Property<java.lang.Boolean,SystemReportPreferencesDTO> USER_GROUP_INFO
public SystemReportPreferencesDTO()
public SystemReportPreferencesDTO(java.lang.Long id)
public SystemReportPreferencesDTO(Property<T,? super SystemReportPreferencesDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class NamedEntityDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class NamedEntityDTOpublic boolean isAds()
isAds in interface ISystemReportPreferencespublic CurrencyVO getCurrency()
public boolean isExpenditure()
isExpenditure in interface ISystemReportPreferencespublic java.util.Set<BasicGroupVO> getGroups()
public 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 java.util.Set<TransferTypeVO> getTransferTypes()
public boolean isUserAccounts()
isUserAccounts in interface ISystemReportPreferencespublic boolean isUserGroupInfo()
isUserGroupInfo in interface ISystemReportPreferencespublic void setAds(boolean ads)
public void setCurrency(CurrencyVO currency)
public void setExpenditure(boolean expenditure)
public void setGroups(java.util.Set<BasicGroupVO> groups)
public void setIncome(boolean income)
public void setInvoices(boolean invoices)
public void setLoans(boolean loans)
public 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<TransferTypeVO> transferTypes)
public void setUserAccounts(boolean userAccounts)
public void setUserGroupInfo(boolean userGroupInfo)