Class BaseAccountLimitDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.accounts.BaseAccountLimitDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountBalanceLimitDTO,AccountPaymentAmountLimitDTO
public abstract class BaseAccountLimitDTO extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<AccountVO,BaseAccountLimitDTO>ACCOUNTstatic StringCLASS_NAMEstatic BasicProperty<String,BaseAccountLimitDTO>CONFIRMATION_PASSWORDstatic BasicProperty<CurrencyVO,BaseAccountLimitDTO>CURRENCYstatic BasicProperty<String,BaseAccountLimitDTO>DESCRIPTION
-
Constructor Summary
Constructors Constructor Description BaseAccountLimitDTO()BaseAccountLimitDTO(Property<T,? super BaseAccountLimitDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<Property<?,?>>doGetProperties()AccountVOgetAccount()StringgetConfirmationPassword()CurrencyVOgetCurrency()StringgetDescription()voidsetAccount(AccountVO account)voidsetConfirmationPassword(String confirmationPassword)voidsetCurrency(CurrencyVO currency)voidsetDescription(String description)StringtoString()-
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<AccountVO,BaseAccountLimitDTO> ACCOUNT
-
CONFIRMATION_PASSWORD
public static final BasicProperty<String,BaseAccountLimitDTO> CONFIRMATION_PASSWORD
-
CURRENCY
public static final BasicProperty<CurrencyVO,BaseAccountLimitDTO> CURRENCY
-
DESCRIPTION
public static final BasicProperty<String,BaseAccountLimitDTO> DESCRIPTION
-
-
Constructor Detail
-
BaseAccountLimitDTO
public BaseAccountLimitDTO()
-
BaseAccountLimitDTO
public BaseAccountLimitDTO(Property<T,? super BaseAccountLimitDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAccount
public AccountVO getAccount()
-
setAccount
public void setAccount(AccountVO account)
-
getConfirmationPassword
public String getConfirmationPassword()
-
setConfirmationPassword
public void setConfirmationPassword(String confirmationPassword)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
-