public class VoucherConfigurationDetailedVO extends VoucherConfigurationVO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<TransferTypeVO,VoucherConfigurationDetailedVO> |
BUY_TYPE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<TransferTypeVO,VoucherConfigurationDetailedVO> |
REDEEM_TYPE |
CURRENCYINTERNAL_NAMENAMEID| Constructor and Description |
|---|
VoucherConfigurationDetailedVO() |
VoucherConfigurationDetailedVO(java.lang.Long id) |
VoucherConfigurationDetailedVO(Property<T,? super VoucherConfigurationDetailedVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TransferTypeVO |
getBuyType() |
TransferTypeVO |
getRedeemType() |
void |
setBuyType(TransferTypeVO buyType) |
void |
setRedeemType(TransferTypeVO redeemType) |
getCurrency, setCurrencygetInternalName, setInternalNamecompareTo, 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<TransferTypeVO,VoucherConfigurationDetailedVO> BUY_TYPE
public static final BasicProperty<TransferTypeVO,VoucherConfigurationDetailedVO> REDEEM_TYPE
public VoucherConfigurationDetailedVO()
public VoucherConfigurationDetailedVO(java.lang.Long id)
public VoucherConfigurationDetailedVO(Property<T,? super VoucherConfigurationDetailedVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class VoucherConfigurationVOpublic TransferTypeVO getBuyType()
public void setBuyType(TransferTypeVO buyType)
public TransferTypeVO getRedeemType()
public void setRedeemType(TransferTypeVO redeemType)
public java.lang.String className()
className in class VoucherConfigurationVO