Class BaseAccountLimitVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.BaseAccountLimitVO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountBalanceLimitVO,AccountPaymentAmountLimitVO
public abstract class BaseAccountLimitVO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountWithCurrencyVO,BaseAccountLimitVO>ACCOUNTstatic StringCLASS_NAME
-
Constructor Summary
Constructors Constructor Description BaseAccountLimitVO()BaseAccountLimitVO(Property<T,? super BaseAccountLimitVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()AccountWithCurrencyVOgetAccount()voidsetAccount(AccountWithCurrencyVO account)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, className, 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
-
ACCOUNT
public static final BasicProperty<AccountWithCurrencyVO,BaseAccountLimitVO> ACCOUNT
-
-
Constructor Detail
-
BaseAccountLimitVO
public BaseAccountLimitVO()
-
BaseAccountLimitVO
public BaseAccountLimitVO(Property<T,? super BaseAccountLimitVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccount
public AccountWithCurrencyVO getAccount()
-
setAccount
public void setAccount(AccountWithCurrencyVO account)
-
-