Class AccountWithStatusVO
- 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.AccountWithStatusVO
-
- All Implemented Interfaces:
Serializable,IEntity
public class AccountWithStatusVO extends AccountWithCurrencyVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<BigDecimal,AccountWithStatusVO>RECEIVEDstatic BasicProperty<AccountStatusVO,AccountWithStatusVO>STATUSstatic BasicProperty<Boolean,AccountWithStatusVO>UNLIMITED-
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 AccountWithStatusVO()AccountWithStatusVO(Long id)AccountWithStatusVO(Property<T,? super AccountWithStatusVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetReceived()AccountStatusVOgetStatus()booleanisUnlimited()voidsetReceived(BigDecimal received)voidsetStatus(AccountStatusVO status)voidsetUnlimited(boolean unlimited)-
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
-
RECEIVED
public static final BasicProperty<BigDecimal,AccountWithStatusVO> RECEIVED
-
STATUS
public static final BasicProperty<AccountStatusVO,AccountWithStatusVO> STATUS
-
UNLIMITED
public static final BasicProperty<Boolean,AccountWithStatusVO> UNLIMITED
-
-
Constructor Detail
-
AccountWithStatusVO
public AccountWithStatusVO()
-
AccountWithStatusVO
public AccountWithStatusVO(Long id)
-
AccountWithStatusVO
public AccountWithStatusVO(Property<T,? super AccountWithStatusVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classAccountWithCurrencyVO
-
getReceived
public BigDecimal getReceived()
-
setReceived
public void setReceived(BigDecimal received)
-
getStatus
public AccountStatusVO getStatus()
-
setStatus
public void setStatus(AccountStatusVO status)
-
isUnlimited
public boolean isUnlimited()
-
setUnlimited
public void setUnlimited(boolean unlimited)
-
className
public String className()
- Overrides:
classNamein classAccountWithCurrencyVO
-
-