public class CancelVouchersDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,CancelVouchersDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<VoucherPackVO,CancelVouchersDTO> |
PACK |
static SetProperty<VoucherVO,CancelVouchersDTO> |
VOUCHERS |
| Constructor and Description |
|---|
CancelVouchersDTO() |
CancelVouchersDTO(Property<T,? super CancelVouchersDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getConfirmationPassword() |
VoucherPackVO |
getPack() |
java.util.Set<VoucherVO> |
getVouchers() |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setPack(VoucherPackVO pack) |
void |
setVouchers(java.util.Set<VoucherVO> vouchers) |
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.String,CancelVouchersDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<VoucherPackVO,CancelVouchersDTO> PACK
public static final SetProperty<VoucherVO,CancelVouchersDTO> VOUCHERS
public CancelVouchersDTO()
public CancelVouchersDTO(Property<T,? super CancelVouchersDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public VoucherPackVO getPack()
public void setPack(VoucherPackVO pack)
public java.util.Set<VoucherVO> getVouchers()
public void setVouchers(java.util.Set<VoucherVO> vouchers)