public class AccountFeeLogsSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountFeeVO,AccountFeeLogsSearchData> |
ACCOUNT_FEE |
static BasicProperty<java.lang.Boolean,AccountFeeLogsSearchData> |
ALLOW_MANUAL_CHARGE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountFeeLogsSearchData> |
CURRENCY |
static PageProperty<AccountFeeLogVO,AccountFeeLogsSearchData> |
RESULTS |
| Constructor and Description |
|---|
AccountFeeLogsSearchData() |
AccountFeeLogsSearchData(Property<T,? super AccountFeeLogsSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountFeeVO |
getAccountFee() |
CurrencyVO |
getCurrency() |
Page<AccountFeeLogVO> |
getResults() |
boolean |
isAllowManualCharge() |
void |
setAccountFee(AccountFeeVO accountFee) |
void |
setAllowManualCharge(boolean allowManualCharge) |
void |
setCurrency(CurrencyVO currency) |
void |
setResults(Page<AccountFeeLogVO> results) |
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<AccountFeeVO,AccountFeeLogsSearchData> ACCOUNT_FEE
public static final BasicProperty<java.lang.Boolean,AccountFeeLogsSearchData> ALLOW_MANUAL_CHARGE
public static final BasicProperty<CurrencyVO,AccountFeeLogsSearchData> CURRENCY
public static final PageProperty<AccountFeeLogVO,AccountFeeLogsSearchData> RESULTS
public AccountFeeLogsSearchData()
public AccountFeeLogsSearchData(Property<T,? super AccountFeeLogsSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic AccountFeeVO getAccountFee()
public void setAccountFee(AccountFeeVO accountFee)
public boolean isAllowManualCharge()
public void setAllowManualCharge(boolean allowManualCharge)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public Page<AccountFeeLogVO> getResults()
public void setResults(Page<AccountFeeLogVO> results)