public class UserWithBalanceVO extends UserDetailedVO
| Modifier and Type | Field and Description |
|---|---|
static Property<java.math.BigDecimal,UserWithBalanceVO> |
BALANCE |
static Property<BalanceLevel,UserWithBalanceVO> |
BALANCE_LEVEL |
static Property<DateTime,UserWithBalanceVO> |
NEGATIVE_SINCE |
ADDRESS, IMAGE, MAIN_BROKERDISPLAY, SHORT_DISPLAYID| Constructor and Description |
|---|
UserWithBalanceVO() |
UserWithBalanceVO(java.lang.Long id) |
UserWithBalanceVO(Property<T,? super UserWithBalanceVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.math.BigDecimal |
getBalance() |
BalanceLevel |
getBalanceLevel() |
DateTime |
getNegativeSince() |
void |
setBalance(java.math.BigDecimal balance) |
void |
setBalanceLevel(BalanceLevel balanceLevel) |
void |
setNegativeSince(DateTime negativeSince) |
getAddress, getImage, getMainBroker, setAddress, setImage, setMainBrokergetDisplay, getShortDisplay, setDisplay, setShortDisplay, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.math.BigDecimal,UserWithBalanceVO> BALANCE
public static final Property<BalanceLevel,UserWithBalanceVO> BALANCE_LEVEL
public static final Property<DateTime,UserWithBalanceVO> NEGATIVE_SINCE
public UserWithBalanceVO()
public UserWithBalanceVO(java.lang.Long id)
public UserWithBalanceVO(Property<T,? super UserWithBalanceVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class UserDetailedVOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class UserDetailedVOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class UserDetailedVOpublic java.math.BigDecimal getBalance()
public BalanceLevel getBalanceLevel()
public DateTime getNegativeSince()
public void setBalance(java.math.BigDecimal balance)
public void setBalanceLevel(BalanceLevel balanceLevel)
public void setNegativeSince(DateTime negativeSince)