public class AccountFeeLogVO extends NamedEntityVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountFeeVO,AccountFeeLogVO> |
ACCOUNT_FEE |
static BasicProperty<java.math.BigDecimal,AccountFeeLogVO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<DateTime,AccountFeeLogVO> |
DATE |
static BasicProperty<java.math.BigDecimal,AccountFeeLogVO> |
FREE_BASE |
static BasicProperty<java.lang.Boolean,AccountFeeLogVO> |
HAS_FAILED_USERS |
static BasicProperty<DatePeriodDTO,AccountFeeLogVO> |
PERIOD |
static BasicProperty<AccountFeeLogStatus,AccountFeeLogVO> |
STATUS |
NAMEID| Constructor and Description |
|---|
AccountFeeLogVO() |
AccountFeeLogVO(java.lang.Long id) |
AccountFeeLogVO(Property<T,? super AccountFeeLogVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountFeeVO |
getAccountFee() |
java.math.BigDecimal |
getAmount() |
DateTime |
getDate() |
java.math.BigDecimal |
getFreeBase() |
DatePeriodDTO |
getPeriod() |
AccountFeeLogStatus |
getStatus() |
boolean |
isHasFailedUsers() |
void |
setAccountFee(AccountFeeVO accountFee) |
void |
setAmount(java.math.BigDecimal amount) |
void |
setDate(DateTime date) |
void |
setFreeBase(java.math.BigDecimal freeBase) |
void |
setHasFailedUsers(boolean hasFailedUsers) |
void |
setPeriod(DatePeriodDTO period) |
void |
setStatus(AccountFeeLogStatus status) |
compareTo, getName, setName, 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<AccountFeeVO,AccountFeeLogVO> ACCOUNT_FEE
public static final BasicProperty<java.math.BigDecimal,AccountFeeLogVO> AMOUNT
public static final BasicProperty<DateTime,AccountFeeLogVO> DATE
public static final BasicProperty<java.math.BigDecimal,AccountFeeLogVO> FREE_BASE
public static final BasicProperty<java.lang.Boolean,AccountFeeLogVO> HAS_FAILED_USERS
public static final BasicProperty<DatePeriodDTO,AccountFeeLogVO> PERIOD
public static final BasicProperty<AccountFeeLogStatus,AccountFeeLogVO> STATUS
public AccountFeeLogVO()
public AccountFeeLogVO(java.lang.Long id)
public AccountFeeLogVO(Property<T,? super AccountFeeLogVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class NamedEntityVOpublic AccountFeeVO getAccountFee()
public void setAccountFee(AccountFeeVO accountFee)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public DateTime getDate()
public void setDate(DateTime date)
public java.math.BigDecimal getFreeBase()
public void setFreeBase(java.math.BigDecimal freeBase)
public boolean isHasFailedUsers()
public void setHasFailedUsers(boolean hasFailedUsers)
public DatePeriodDTO getPeriod()
public void setPeriod(DatePeriodDTO period)
public AccountFeeLogStatus getStatus()
public void setStatus(AccountFeeLogStatus status)