public class AccountWithStatusVO extends AccountWithCurrencyVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AccountWithStatusVO> |
ACTIVE |
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 |
isActive() |
boolean |
isUnlimited() |
void |
setActive(boolean active) |
void |
setReceived(java.math.BigDecimal received) |
void |
setStatus(AccountStatusVO status) |
void |
setUnlimited(boolean unlimited) |
getCurrency, setCurrencygetNumber, getOwner, getType, setNumber, setOwner, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,AccountWithStatusVO> ACTIVE
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 boolean isActive()
public void setActive(boolean active)
public 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