public class AccountVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,AccountVO> |
ACTIVE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,AccountVO> |
NUMBER |
static BasicProperty<InternalAccountOwner,AccountVO> |
OWNER |
static BasicProperty<AccountTypeVO,AccountVO> |
TYPE |
ID| Constructor and Description |
|---|
AccountVO() |
AccountVO(java.lang.Long id) |
AccountVO(Property<T,? super AccountVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getNumber() |
InternalAccountOwner |
getOwner() |
AccountTypeVO |
getType() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setNumber(java.lang.String number) |
void |
setOwner(InternalAccountOwner owner) |
void |
setType(AccountTypeVO type) |
getId, 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.lang.Boolean,AccountVO> ACTIVE
public static final BasicProperty<java.lang.String,AccountVO> NUMBER
public static final BasicProperty<InternalAccountOwner,AccountVO> OWNER
public static final BasicProperty<AccountTypeVO,AccountVO> TYPE
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic boolean isActive()
public void setActive(boolean active)
public java.lang.String getNumber()
public void setNumber(java.lang.String number)
public InternalAccountOwner getOwner()
public void setOwner(InternalAccountOwner owner)
public AccountTypeVO getType()
public void setType(AccountTypeVO type)