Package org.cyclos.entities.system
Class SystemReportPreferences
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.NamedEntity
-
- org.cyclos.entities.system.SystemReportPreferences
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForProxying,DefinesNetwork,IEntity,INamedEntity,ISystemReportPreferences
@Entity public class SystemReportPreferences extends NamedEntity implements DefinesNetwork, ISystemReportPreferences
Stores the preferences for System Reports form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description SystemReportPreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrencygetCurrency()Set<BasicGroup>getGroups()NetworkgetNetwork()Returns the network this entity belongs toSet<TransferType>getTransferTypes()booleanisAds()booleanisExpenditure()booleanisIncome()booleanisNumberLogins()booleanisPercentageNotTrading()booleanisReferences()booleanisSystemAccounts()booleanisUserAccounts()booleanisUserGroupInfo()voidsetAds(boolean ads)voidsetCurrency(Currency currency)voidsetExpenditure(boolean expenditure)voidsetGroups(Set<BasicGroup> groups)voidsetIncome(boolean income)voidsetNetwork(Network network)voidsetNumberLogins(boolean numberLogins)voidsetPercentageNotTrading(boolean percentageNotTrading)voidsetReferences(boolean references)voidsetSystemAccounts(boolean systemAccounts)voidsetTransferTypes(Set<TransferType> transferTypes)voidsetUserAccounts(boolean userAccounts)voidsetUserGroupInfo(boolean userGroupInfo)-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getCurrency
public Currency getCurrency()
-
getGroups
public Set<BasicGroup> getGroups()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to- Specified by:
getNetworkin interfaceHasNetwork
-
getTransferTypes
public Set<TransferType> getTransferTypes()
-
isAds
public boolean isAds()
- Specified by:
isAdsin interfaceISystemReportPreferences
-
isExpenditure
public boolean isExpenditure()
- Specified by:
isExpenditurein interfaceISystemReportPreferences
-
isIncome
public boolean isIncome()
- Specified by:
isIncomein interfaceISystemReportPreferences
-
isNumberLogins
public boolean isNumberLogins()
- Specified by:
isNumberLoginsin interfaceISystemReportPreferences
-
isPercentageNotTrading
public boolean isPercentageNotTrading()
- Specified by:
isPercentageNotTradingin interfaceISystemReportPreferences
-
isReferences
public boolean isReferences()
- Specified by:
isReferencesin interfaceISystemReportPreferences
-
isSystemAccounts
public boolean isSystemAccounts()
- Specified by:
isSystemAccountsin interfaceISystemReportPreferences
-
isUserAccounts
public boolean isUserAccounts()
- Specified by:
isUserAccountsin interfaceISystemReportPreferences
-
isUserGroupInfo
public boolean isUserGroupInfo()
- Specified by:
isUserGroupInfoin interfaceISystemReportPreferences
-
setAds
public void setAds(boolean ads)
-
setCurrency
public void setCurrency(Currency currency)
-
setExpenditure
public void setExpenditure(boolean expenditure)
-
setGroups
public void setGroups(Set<BasicGroup> groups)
-
setIncome
public void setIncome(boolean income)
-
setNetwork
public void setNetwork(Network network)
- Specified by:
setNetworkin interfaceDefinesNetwork
-
setNumberLogins
public void setNumberLogins(boolean numberLogins)
-
setPercentageNotTrading
public void setPercentageNotTrading(boolean percentageNotTrading)
-
setReferences
public void setReferences(boolean references)
-
setSystemAccounts
public void setSystemAccounts(boolean systemAccounts)
-
setTransferTypes
public void setTransferTypes(Set<TransferType> transferTypes)
-
setUserAccounts
public void setUserAccounts(boolean userAccounts)
-
setUserGroupInfo
public void setUserGroupInfo(boolean userGroupInfo)
-
-