public class RedeemVoucherResult extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.Long,RedeemVoucherResult> |
REDEEM_ID |
static BasicProperty<java.lang.Long,RedeemVoucherResult> |
VOUCHER_ID |
| Constructor and Description |
|---|
RedeemVoucherResult() |
RedeemVoucherResult(Property<T,? super RedeemVoucherResult> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getRedeemId() |
java.lang.Long |
getVoucherId() |
void |
setRedeemId(java.lang.Long redeemId) |
void |
setVoucherId(java.lang.Long voucherId) |
addPropertyChangeListener, 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<java.lang.Long,RedeemVoucherResult> REDEEM_ID
public static final BasicProperty<java.lang.Long,RedeemVoucherResult> VOUCHER_ID
public RedeemVoucherResult()
public RedeemVoucherResult(Property<T,? super RedeemVoucherResult> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Long getRedeemId()
public void setRedeemId(java.lang.Long redeemId)
public java.lang.Long getVoucherId()
public void setVoucherId(java.lang.Long voucherId)