Class AccountWithHistoryStatusVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.banking.accounts.AccountVO
-
- org.cyclos.model.banking.accounts.AccountWithCurrencyVO
-
- org.cyclos.model.banking.accounts.AccountWithHistoryStatusVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AccountWithHistoryStatusVO extends AccountWithCurrencyVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<AccountHistoryStatusVO,AccountWithHistoryStatusVO>STATUS-
Fields inherited from class org.cyclos.model.banking.accounts.AccountWithCurrencyVO
CURRENCY
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description AccountWithHistoryStatusVO()AccountWithHistoryStatusVO(Long id)AccountWithHistoryStatusVO(Property<T,? super AccountWithHistoryStatusVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()AccountHistoryStatusVOgetStatus()voidsetStatus(AccountHistoryStatusVO status)-
Methods inherited from class org.cyclos.model.banking.accounts.AccountWithCurrencyVO
getCurrency, setCurrency
-
Methods inherited from class org.cyclos.model.banking.accounts.AccountVO
getActive, getNumber, getOwner, getType, setActive, setNumber, setOwner, setType
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId, toString
-
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
-
STATUS
public static final BasicProperty<AccountHistoryStatusVO,AccountWithHistoryStatusVO> STATUS
-
-
Constructor Detail
-
AccountWithHistoryStatusVO
public AccountWithHistoryStatusVO()
-
AccountWithHistoryStatusVO
public AccountWithHistoryStatusVO(Long id)
-
AccountWithHistoryStatusVO
public AccountWithHistoryStatusVO(Property<T,? super AccountWithHistoryStatusVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAccountWithCurrencyVO
-
getStatus
public AccountHistoryStatusVO getStatus()
-
setStatus
public void setStatus(AccountHistoryStatusVO status)
-
className
public String className()
- Overrides:
classNamein classAccountWithCurrencyVO
-
-