public class AccountWithStatusVO extends AccountWithCurrencyVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.math.BigDecimal,AccountWithStatusVO> |
RECEIVED |
static BasicProperty<AccountStatusVO,AccountWithStatusVO> |
STATUS |
static BasicProperty<java.lang.Boolean,AccountWithStatusVO> |
UNLIMITED |
CURRENCYID| Constructor and Description |
|---|
AccountWithStatusVO() |
AccountWithStatusVO(java.lang.Long id) |
AccountWithStatusVO(Property<T,? super AccountWithStatusVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getReceived() |
AccountStatusVO |
getStatus() |
boolean |
isUnlimited() |
void |
setReceived(java.math.BigDecimal received) |
void |
setStatus(AccountStatusVO status) |
void |
setUnlimited(boolean unlimited) |
getCurrency, setCurrencygetNumber, getOwner, getType, isActive, setActive, setNumber, setOwner, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.math.BigDecimal,AccountWithStatusVO> RECEIVED
public static final BasicProperty<AccountStatusVO,AccountWithStatusVO> STATUS
public static final BasicProperty<java.lang.Boolean,AccountWithStatusVO> UNLIMITED
public AccountWithStatusVO()
public AccountWithStatusVO(java.lang.Long id)
public AccountWithStatusVO(Property<T,? super AccountWithStatusVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AccountWithCurrencyVOpublic java.math.BigDecimal getReceived()
public void setReceived(java.math.BigDecimal received)
public AccountStatusVO getStatus()
public void setStatus(AccountStatusVO status)
public boolean isUnlimited()
public void setUnlimited(boolean unlimited)
public java.lang.String className()
className in class AccountWithCurrencyVO