public class AccountWithCurrencyVO extends AccountVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountWithCurrencyVO> |
CURRENCY |
ID| Constructor and Description |
|---|
AccountWithCurrencyVO() |
AccountWithCurrencyVO(java.lang.Long id) |
AccountWithCurrencyVO(Property<T,? super AccountWithCurrencyVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
void |
setCurrency(CurrencyVO currency) |
getNumber, 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<CurrencyVO,AccountWithCurrencyVO> CURRENCY
public AccountWithCurrencyVO()
public AccountWithCurrencyVO(java.lang.Long id)
public AccountWithCurrencyVO(Property<T,? super AccountWithCurrencyVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class AccountVOpublic CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)