public class VoucherData extends BasicVoucherDataWithConfirmationPassword
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<PaymentVO,VoucherData> |
BUY |
static BasicProperty<java.lang.Boolean,VoucherData> |
CAN_CANCEL |
static BasicProperty<java.lang.Boolean,VoucherData> |
CAN_CHANGE_EXPIRATION_DATE |
static java.lang.String |
CLASS_NAME |
static BasicProperty<PaymentVO,VoucherData> |
REDEEM |
static BasicProperty<DateTime,VoucherData> |
REDEEM_DATE |
static BasicProperty<java.lang.Boolean,VoucherData> |
SHOW_CONFIGURATION |
static BasicProperty<java.lang.Boolean,VoucherData> |
SHOW_QR_CODE |
static BasicProperty<VoucherVO,VoucherData> |
VOUCHER |
CONFIRMATION_PASSWORD_INPUTDESCRIPTION, TITLE, TYPE| Constructor and Description |
|---|
VoucherData() |
VoucherData(Property<T,? super VoucherData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
PaymentVO |
getBuy() |
PaymentVO |
getRedeem() |
DateTime |
getRedeemDate() |
VoucherVO |
getVoucher() |
boolean |
isCanCancel() |
boolean |
isCanChangeExpirationDate() |
boolean |
isShowConfiguration() |
boolean |
isShowQrCode() |
void |
setBuy(PaymentVO buy) |
void |
setCanCancel(boolean canCancel) |
void |
setCanChangeExpirationDate(boolean canChangeExpirationDate) |
void |
setRedeem(PaymentVO redeem) |
void |
setRedeemDate(DateTime redeemDate) |
void |
setShowConfiguration(boolean showConfiguration) |
void |
setShowQrCode(boolean showQrCode) |
void |
setVoucher(VoucherVO voucher) |
getConfirmationPasswordInput, setConfirmationPasswordInputgetDescription, getTitle, getType, setDescription, setTitle, setTypeaddPropertyChangeListener, 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<PaymentVO,VoucherData> BUY
public static final BasicProperty<java.lang.Boolean,VoucherData> CAN_CANCEL
public static final BasicProperty<java.lang.Boolean,VoucherData> CAN_CHANGE_EXPIRATION_DATE
public static final BasicProperty<PaymentVO,VoucherData> REDEEM
public static final BasicProperty<DateTime,VoucherData> REDEEM_DATE
public static final BasicProperty<java.lang.Boolean,VoucherData> SHOW_CONFIGURATION
public static final BasicProperty<java.lang.Boolean,VoucherData> SHOW_QR_CODE
public static final BasicProperty<VoucherVO,VoucherData> VOUCHER
public VoucherData()
public VoucherData(Property<T,? super VoucherData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicVoucherDataWithConfirmationPasswordpublic PaymentVO getBuy()
public void setBuy(PaymentVO buy)
public boolean isCanCancel()
public void setCanCancel(boolean canCancel)
public boolean isCanChangeExpirationDate()
public void setCanChangeExpirationDate(boolean canChangeExpirationDate)
public PaymentVO getRedeem()
public void setRedeem(PaymentVO redeem)
public DateTime getRedeemDate()
public void setRedeemDate(DateTime redeemDate)
public boolean isShowConfiguration()
public void setShowConfiguration(boolean showConfiguration)
public boolean isShowQrCode()
public void setShowQrCode(boolean showQrCode)
public VoucherVO getVoucher()
public void setVoucher(VoucherVO voucher)