Class AccountLimitsOverviewData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.AccountLimitsOverviewData
-
- All Implemented Interfaces:
Serializable
public class AccountLimitsOverviewData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<ExportFormatVO,AccountLimitsOverviewData>EXPORT_FORMATSstatic ListProperty<BasicGroupVO,AccountLimitsOverviewData>MANAGED_GROUPSstatic ListProperty<AccountTypeWithCurrencyVO,AccountLimitsOverviewData>USER_ACCOUNT_TYPES
-
Constructor Summary
Constructors Constructor Description AccountLimitsOverviewData()AccountLimitsOverviewData(Property<T,? super AccountLimitsOverviewData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<ExportFormatVO>getExportFormats()List<BasicGroupVO>getManagedGroups()List<AccountTypeWithCurrencyVO>getUserAccountTypes()voidsetExportFormats(List<ExportFormatVO> exportFormats)voidsetManagedGroups(List<BasicGroupVO> managedGroups)voidsetUserAccountTypes(List<AccountTypeWithCurrencyVO> userAccountTypes)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,AccountLimitsOverviewData> EXPORT_FORMATS
-
MANAGED_GROUPS
public static final ListProperty<BasicGroupVO,AccountLimitsOverviewData> MANAGED_GROUPS
-
USER_ACCOUNT_TYPES
public static final ListProperty<AccountTypeWithCurrencyVO,AccountLimitsOverviewData> USER_ACCOUNT_TYPES
-
-
Constructor Detail
-
AccountLimitsOverviewData
public AccountLimitsOverviewData()
-
AccountLimitsOverviewData
public AccountLimitsOverviewData(Property<T,? super AccountLimitsOverviewData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
-
getManagedGroups
public List<BasicGroupVO> getManagedGroups()
-
setManagedGroups
public void setManagedGroups(List<BasicGroupVO> managedGroups)
-
getUserAccountTypes
public List<AccountTypeWithCurrencyVO> getUserAccountTypes()
-
setUserAccountTypes
public void setUserAccountTypes(List<AccountTypeWithCurrencyVO> userAccountTypes)
-
-