public class UserWithBalanceVO extends UserWithFieldsVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,UserWithBalanceVO> |
BALANCE |
static BasicProperty<BalanceLevel,UserWithBalanceVO> |
BALANCE_LEVEL |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,UserWithBalanceVO> |
NEGATIVE_SINCE |
ACCOUNT_NUMBER, CUSTOM_VALUES, EMAIL, NAME, PHONE, USERNAMEADDRESS, 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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getBalance() |
BalanceLevel |
getBalanceLevel() |
DateTime |
getNegativeSince() |
void |
setBalance(java.math.BigDecimal balance) |
void |
setBalanceLevel(BalanceLevel balanceLevel) |
void |
setNegativeSince(DateTime negativeSince) |
getAccountNumber, getCustomValues, getEmail, getName, getPhone, getUsername, setAccountNumber, setCustomValues, setEmail, setName, setPhone, setUsernamegetAddress, getImage, getMainBroker, setAddress, setImage, setMainBrokergetDisplay, getShortDisplay, setDisplay, setShortDisplay, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, 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.math.BigDecimal,UserWithBalanceVO> BALANCE
public static final BasicProperty<BalanceLevel,UserWithBalanceVO> BALANCE_LEVEL
public static final BasicProperty<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 UserWithFieldsVOpublic java.math.BigDecimal getBalance()
public void setBalance(java.math.BigDecimal balance)
public BalanceLevel getBalanceLevel()
public void setBalanceLevel(BalanceLevel balanceLevel)
public DateTime getNegativeSince()
public void setNegativeSince(DateTime negativeSince)
public java.lang.String className()
className in class UserWithFieldsVO