public class AccountFeeData extends EntityData<AccountFeeDTO>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,AccountFeeData> |
CURRENCY |
static ListProperty<CustomScriptVO,AccountFeeData> |
CUSTOM_SCRIPTS |
static ListProperty<TransferTypeVO,AccountFeeData> |
TO_SYSTEM_TRANSFER_TYPES |
static ListProperty<TransferTypeVO,AccountFeeData> |
TO_USER_TRANSFER_TYPES |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
AccountFeeData() |
AccountFeeData(Property<T,? super AccountFeeData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CurrencyVO |
getCurrency() |
java.util.List<CustomScriptVO> |
getCustomScripts() |
java.util.List<TransferTypeVO> |
getToSystemTransferTypes() |
java.util.List<TransferTypeVO> |
getToUserTransferTypes() |
void |
setCurrency(CurrencyVO currency) |
void |
setCustomScripts(java.util.List<CustomScriptVO> customScripts) |
void |
setToSystemTransferTypes(java.util.List<TransferTypeVO> toSystemTransferTypes) |
void |
setToUserTransferTypes(java.util.List<TransferTypeVO> toUserTransferTypes) |
getConfirmationPasswordInput, getDto, getLogType, getTranslatedPropertyTypes, getTranslatedValues, isCanViewHistoryLog, isEditable, setCanViewHistoryLog, setConfirmationPasswordInput, setDto, setEditable, setLogType, setTranslatedPropertyTypes, setTranslatedValuesaddPropertyChangeListener, 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<CurrencyVO,AccountFeeData> CURRENCY
public static final ListProperty<CustomScriptVO,AccountFeeData> CUSTOM_SCRIPTS
public static final ListProperty<TransferTypeVO,AccountFeeData> TO_SYSTEM_TRANSFER_TYPES
public static final ListProperty<TransferTypeVO,AccountFeeData> TO_USER_TRANSFER_TYPES
public AccountFeeData()
public AccountFeeData(Property<T,? super AccountFeeData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<AccountFeeDTO>public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.List<CustomScriptVO> getCustomScripts()
public void setCustomScripts(java.util.List<CustomScriptVO> customScripts)
public java.util.List<TransferTypeVO> getToSystemTransferTypes()
public void setToSystemTransferTypes(java.util.List<TransferTypeVO> toSystemTransferTypes)
public java.util.List<TransferTypeVO> getToUserTransferTypes()
public void setToUserTransferTypes(java.util.List<TransferTypeVO> toUserTransferTypes)