public class UserAccountFeeLogVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,UserAccountFeeLogVO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserAccountFeeStatus,UserAccountFeeLogVO> |
STATUS |
static BasicProperty<UserVO,UserAccountFeeLogVO> |
USER |
ID| Constructor and Description |
|---|
UserAccountFeeLogVO() |
UserAccountFeeLogVO(java.lang.Long id) |
UserAccountFeeLogVO(Property<T,? super UserAccountFeeLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
UserAccountFeeStatus |
getStatus() |
UserVO |
getUser() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setStatus(UserAccountFeeStatus status) |
void |
setUser(UserVO user) |
getId, 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<java.math.BigDecimal,UserAccountFeeLogVO> AMOUNT
public static final BasicProperty<UserAccountFeeStatus,UserAccountFeeLogVO> STATUS
public static final BasicProperty<UserVO,UserAccountFeeLogVO> USER
public UserAccountFeeLogVO()
public UserAccountFeeLogVO(java.lang.Long id)
public UserAccountFeeLogVO(Property<T,? super UserAccountFeeLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public UserAccountFeeStatus getStatus()
public void setStatus(UserAccountFeeStatus status)
public UserVO getUser()
public void setUser(UserVO user)