public class AccountFeeLogEventVO extends EntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<UserVO,AccountFeeLogEventVO> |
BY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,AccountFeeLogEventVO> |
DATE |
static BasicProperty<AccountFeeLogEventType,AccountFeeLogEventVO> |
TYPE |
ID| Constructor and Description |
|---|
AccountFeeLogEventVO() |
AccountFeeLogEventVO(java.lang.Long id) |
AccountFeeLogEventVO(Property<T,? super AccountFeeLogEventVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getBy() |
DateTime |
getDate() |
AccountFeeLogEventType |
getType() |
void |
setBy(UserVO by) |
void |
setDate(DateTime date) |
void |
setType(AccountFeeLogEventType type) |
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<UserVO,AccountFeeLogEventVO> BY
public static final BasicProperty<DateTime,AccountFeeLogEventVO> DATE
public static final BasicProperty<AccountFeeLogEventType,AccountFeeLogEventVO> TYPE
public AccountFeeLogEventVO()
public AccountFeeLogEventVO(java.lang.Long id)
public AccountFeeLogEventVO(Property<T,? super AccountFeeLogEventVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityModelpublic UserVO getBy()
public void setBy(UserVO by)
public DateTime getDate()
public void setDate(DateTime date)
public AccountFeeLogEventType getType()
public void setType(AccountFeeLogEventType type)