public class BuyVouchersDTO extends CreateVouchersDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldValueDTO,BuyVouchersDTO> |
CUSTOM_VALUES |
static BasicProperty<UserLocatorVO,BuyVouchersDTO> |
USER |
AMOUNT, CONFIRMATION_PASSWORD, COUNT, TYPE| Constructor and Description |
|---|
BuyVouchersDTO() |
BuyVouchersDTO(Property<T,? super BuyVouchersDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CustomFieldValueDTO> |
getCustomValues() |
UserLocatorVO |
getUser() |
void |
setCustomValues(java.util.List<CustomFieldValueDTO> customValues) |
void |
setUser(UserLocatorVO user) |
getAmount, getConfirmationPassword, getCount, getType, setAmount, setConfirmationPassword, setCount, 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 ListProperty<CustomFieldValueDTO,BuyVouchersDTO> CUSTOM_VALUES
public static final BasicProperty<UserLocatorVO,BuyVouchersDTO> USER
public BuyVouchersDTO()
public BuyVouchersDTO(Property<T,? super BuyVouchersDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class CreateVouchersDTOpublic java.util.List<CustomFieldValueDTO> getCustomValues()
public void setCustomValues(java.util.List<CustomFieldValueDTO> customValues)
public UserLocatorVO getUser()
public void setUser(UserLocatorVO user)