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> |
LAST_INCOMING_TRANSFER_DATE |
static BasicProperty<DateTime,UserWithBalanceVO> |
LAST_OUTGOING_TRANSFER_DATE |
static BasicProperty<DateTime,UserWithBalanceVO> |
NEGATIVE_SINCE |
ACCOUNT_NUMBER, CUSTOM_VALUES, EMAIL, GROUP, GROUP_SET, NAME, PHONE, USERNAMEADDRESS, IMAGE, MAIN_BROKERDISPLAY, LOCATOR, 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 |
getLastIncomingTransferDate() |
DateTime |
getLastOutgoingTransferDate() |
DateTime |
getNegativeSince() |
void |
setBalance(java.math.BigDecimal balance) |
void |
setBalanceLevel(BalanceLevel balanceLevel) |
void |
setLastIncomingTransferDate(DateTime lastIncomingTransferDate) |
void |
setLastOutgoingTransferDate(DateTime lastOutgoingTransferDate) |
void |
setNegativeSince(DateTime negativeSince) |
getAccountNumber, getCustomValues, getEmail, getGroup, getGroupSet, getName, getPhone, getUsername, setAccountNumber, setCustomValues, setEmail, setGroup, setGroupSet, setName, setPhone, setUsernamegetAddress, getImage, getMainBroker, setAddress, setImage, setMainBrokergetDisplay, getLocator, getShortDisplay, setDisplay, setLocator, setShortDisplay, toStringgetId, getIds, getUniqueIdsequals, getId, hashCode, setIdaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDisplay, getShortDisplay, setDisplay, setShortDisplaypublic 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> LAST_INCOMING_TRANSFER_DATE
public static final BasicProperty<DateTime,UserWithBalanceVO> LAST_OUTGOING_TRANSFER_DATE
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 getLastIncomingTransferDate()
public void setLastIncomingTransferDate(DateTime lastIncomingTransferDate)
public DateTime getLastOutgoingTransferDate()
public void setLastOutgoingTransferDate(DateTime lastOutgoingTransferDate)
public DateTime getNegativeSince()
public void setNegativeSince(DateTime negativeSince)
public java.lang.String className()
className in class UserWithFieldsVO