public class AccountFeeLogData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountFeeLogVO,AccountFeeLogData> |
ACCOUNT_FEE_LOG |
static BasicProperty<java.lang.Boolean,AccountFeeLogData> |
CAN_RECHARGE_FAILED |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountFeeLogData> |
CURRENCY |
static ListProperty<AccountFeeLogEventVO,AccountFeeLogData> |
EVENTS |
static BasicProperty<java.math.BigDecimal,AccountFeeLogData> |
TOTAL_CHARGED_AMOUNT |
static MapProperty<UserAccountFeeStatus,java.lang.Integer,AccountFeeLogData> |
USERS_BY_STATUS |
| Constructor and Description |
|---|
AccountFeeLogData() |
AccountFeeLogData(Property<T,? super AccountFeeLogData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountFeeLogVO |
getAccountFeeLog() |
CurrencyVO |
getCurrency() |
java.util.List<AccountFeeLogEventVO> |
getEvents() |
java.math.BigDecimal |
getTotalChargedAmount() |
java.util.Map<UserAccountFeeStatus,java.lang.Integer> |
getUsersByStatus() |
boolean |
isCanRechargeFailed() |
void |
setAccountFeeLog(AccountFeeLogVO accountFeeLog) |
void |
setCanRechargeFailed(boolean canRechargeFailed) |
void |
setCurrency(CurrencyVO currency) |
void |
setEvents(java.util.List<AccountFeeLogEventVO> events) |
void |
setTotalChargedAmount(java.math.BigDecimal totalChargedAmount) |
void |
setUsersByStatus(java.util.Map<UserAccountFeeStatus,java.lang.Integer> usersByStatus) |
addPropertyChangeListener, 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<AccountFeeLogVO,AccountFeeLogData> ACCOUNT_FEE_LOG
public static final BasicProperty<java.lang.Boolean,AccountFeeLogData> CAN_RECHARGE_FAILED
public static final BasicProperty<CurrencyVO,AccountFeeLogData> CURRENCY
public static final ListProperty<AccountFeeLogEventVO,AccountFeeLogData> EVENTS
public static final BasicProperty<java.math.BigDecimal,AccountFeeLogData> TOTAL_CHARGED_AMOUNT
public static final MapProperty<UserAccountFeeStatus,java.lang.Integer,AccountFeeLogData> USERS_BY_STATUS
public AccountFeeLogData()
public AccountFeeLogData(Property<T,? super AccountFeeLogData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic AccountFeeLogVO getAccountFeeLog()
public void setAccountFeeLog(AccountFeeLogVO accountFeeLog)
public boolean isCanRechargeFailed()
public void setCanRechargeFailed(boolean canRechargeFailed)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.List<AccountFeeLogEventVO> getEvents()
public void setEvents(java.util.List<AccountFeeLogEventVO> events)
public java.math.BigDecimal getTotalChargedAmount()
public void setTotalChargedAmount(java.math.BigDecimal totalChargedAmount)
public java.util.Map<UserAccountFeeStatus,java.lang.Integer> getUsersByStatus()
public void setUsersByStatus(java.util.Map<UserAccountFeeStatus,java.lang.Integer> usersByStatus)