public class VoucherConfigurationData extends EntityData<VoucherConfigurationDTO>
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<TransferTypeVO,VoucherConfigurationData> |
BUY_TYPES |
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferTypeVO,VoucherConfigurationData> |
REDEEM_TYPES |
CAN_VIEW_HISTORY_LOG, CONFIRMATION_PASSWORD_INPUT, DTO, EDITABLE, LOG_TYPE, TRANSLATED_PROPERTY_TYPES, TRANSLATED_VALUES| Constructor and Description |
|---|
VoucherConfigurationData() |
VoucherConfigurationData(Property<T,? super VoucherConfigurationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferTypeVO> |
getBuyTypes() |
java.util.List<TransferTypeVO> |
getRedeemTypes() |
void |
setBuyTypes(java.util.List<TransferTypeVO> buyTypes) |
void |
setRedeemTypes(java.util.List<TransferTypeVO> redeemTypes) |
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 ListProperty<TransferTypeVO,VoucherConfigurationData> BUY_TYPES
public static final ListProperty<TransferTypeVO,VoucherConfigurationData> REDEEM_TYPES
public VoucherConfigurationData()
public VoucherConfigurationData(Property<T,? super VoucherConfigurationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityData<VoucherConfigurationDTO>public java.util.List<TransferTypeVO> getBuyTypes()
public void setBuyTypes(java.util.List<TransferTypeVO> buyTypes)
public java.util.List<TransferTypeVO> getRedeemTypes()
public void setRedeemTypes(java.util.List<TransferTypeVO> redeemTypes)