public class VoucherPackWithIdsVO extends VoucherPackVO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static SetProperty<java.lang.Long,VoucherPackWithIdsVO> |
VOUCHER_IDS |
AMOUNT, BUYER, CREATION_DATE, CREATION_TYPE, EXPIRATION_DATE, REDEEM_AFTER_DATE, REDEEM_ON_WEEK_DAYS, TYPEID| Constructor and Description |
|---|
VoucherPackWithIdsVO() |
VoucherPackWithIdsVO(java.lang.Long id) |
VoucherPackWithIdsVO(Property<T,? super VoucherPackWithIdsVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<java.lang.Long> |
getVoucherIds() |
void |
setVoucherIds(java.util.Set<java.lang.Long> voucherIds) |
getAmount, getBuyer, getCreationDate, getCreationType, getExpirationDate, getRedeemAfterDate, getRedeemOnWeekDays, getType, setAmount, setBuyer, setCreationDate, setCreationType, setExpirationDate, setRedeemAfterDate, setRedeemOnWeekDays, setTypegetId, getIds, getUniqueIdsaddPropertyChangeListener, 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 SetProperty<java.lang.Long,VoucherPackWithIdsVO> VOUCHER_IDS
public VoucherPackWithIdsVO()
public VoucherPackWithIdsVO(java.lang.Long id)
public VoucherPackWithIdsVO(Property<T,? super VoucherPackWithIdsVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class VoucherPackVOpublic java.util.Set<java.lang.Long> getVoucherIds()
public void setVoucherIds(java.util.Set<java.lang.Long> voucherIds)
public java.lang.String className()
className in class VoucherPackVO