public class VoucherConfigurationDTO extends ConfigurationEntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<TransferTypeVO,VoucherConfigurationDTO> |
BUY_TYPE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,VoucherConfigurationDTO> |
CURRENCY |
static BasicProperty<java.lang.Integer,VoucherConfigurationDTO> |
DAYS_BEFORE_EXPIRATION_TO_NOTIFY |
static BasicProperty<java.lang.String,VoucherConfigurationDTO> |
MASK |
static BasicProperty<TransferTypeVO,VoucherConfigurationDTO> |
REDEEM_TYPE |
static BasicProperty<java.lang.Boolean,VoucherConfigurationDTO> |
SHOW_PLAIN_TOKEN |
static BasicProperty<java.lang.Boolean,VoucherConfigurationDTO> |
SHOW_QR_CODE |
DESCRIPTION, INTERNAL_NAMENAMEID| Constructor and Description |
|---|
VoucherConfigurationDTO() |
VoucherConfigurationDTO(java.lang.Long id) |
VoucherConfigurationDTO(Property<T,? super VoucherConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
TransferTypeVO |
getBuyType() |
CurrencyVO |
getCurrency() |
java.lang.Integer |
getDaysBeforeExpirationToNotify() |
java.lang.String |
getMask() |
TransferTypeVO |
getRedeemType() |
boolean |
isShowPlainToken() |
boolean |
isShowQrCode() |
void |
setBuyType(TransferTypeVO buyType) |
void |
setCurrency(CurrencyVO currency) |
void |
setDaysBeforeExpirationToNotify(java.lang.Integer daysBeforeExpirationToNotify) |
void |
setMask(java.lang.String mask) |
void |
setRedeemType(TransferTypeVO redeemType) |
void |
setShowPlainToken(boolean showPlainToken) |
void |
setShowQrCode(boolean showQrCode) |
getDescription, getInternalName, setDescription, setInternalNamecompareTo, getName, setName, toStringgetVersion, isPersistent, isTransient, setVersionequals, 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,VoucherConfigurationDTO> BUY_TYPE
public static final BasicProperty<CurrencyVO,VoucherConfigurationDTO> CURRENCY
public static final BasicProperty<java.lang.Integer,VoucherConfigurationDTO> DAYS_BEFORE_EXPIRATION_TO_NOTIFY
public static final BasicProperty<java.lang.String,VoucherConfigurationDTO> MASK
public static final BasicProperty<TransferTypeVO,VoucherConfigurationDTO> REDEEM_TYPE
public static final BasicProperty<java.lang.Boolean,VoucherConfigurationDTO> SHOW_PLAIN_TOKEN
public static final BasicProperty<java.lang.Boolean,VoucherConfigurationDTO> SHOW_QR_CODE
public VoucherConfigurationDTO()
public VoucherConfigurationDTO(java.lang.Long id)
public VoucherConfigurationDTO(Property<T,? super VoucherConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ConfigurationEntityDTOpublic TransferTypeVO getBuyType()
public void setBuyType(TransferTypeVO buyType)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.lang.Integer getDaysBeforeExpirationToNotify()
public void setDaysBeforeExpirationToNotify(java.lang.Integer daysBeforeExpirationToNotify)
public java.lang.String getMask()
public void setMask(java.lang.String mask)
public TransferTypeVO getRedeemType()
public void setRedeemType(TransferTypeVO redeemType)
public boolean isShowPlainToken()
public void setShowPlainToken(boolean showPlainToken)
public boolean isShowQrCode()
public void setShowQrCode(boolean showQrCode)