public class BuyVoucherData extends BasicVoucherDataWithConfirmationPassword
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountWithStatusVO,BuyVoucherData> |
ACCOUNT |
static java.lang.String |
CLASS_NAME |
static ListProperty<CustomFieldDetailedVO,BuyVoucherData> |
CUSTOM_FIELDS |
static BasicProperty<java.math.BigDecimal,BuyVoucherData> |
FIXED_AMOUNT |
static BasicProperty<UserDetailedVO,BuyVoucherData> |
USER |
CONFIRMATION_PASSWORD_INPUTDESCRIPTION, TITLE, TYPE| Constructor and Description |
|---|
BuyVoucherData() |
BuyVoucherData(Property<T,? super BuyVoucherData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountWithStatusVO |
getAccount() |
java.util.List<CustomFieldDetailedVO> |
getCustomFields() |
java.math.BigDecimal |
getFixedAmount() |
UserDetailedVO |
getUser() |
void |
setAccount(AccountWithStatusVO account) |
void |
setCustomFields(java.util.List<CustomFieldDetailedVO> customFields) |
void |
setFixedAmount(java.math.BigDecimal fixedAmount) |
void |
setUser(UserDetailedVO user) |
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<AccountWithStatusVO,BuyVoucherData> ACCOUNT
public static final ListProperty<CustomFieldDetailedVO,BuyVoucherData> CUSTOM_FIELDS
public static final BasicProperty<java.math.BigDecimal,BuyVoucherData> FIXED_AMOUNT
public static final BasicProperty<UserDetailedVO,BuyVoucherData> USER
public BuyVoucherData()
public BuyVoucherData(Property<T,? super BuyVoucherData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicVoucherDataWithConfirmationPasswordpublic AccountWithStatusVO getAccount()
public void setAccount(AccountWithStatusVO account)
public java.util.List<CustomFieldDetailedVO> getCustomFields()
public void setCustomFields(java.util.List<CustomFieldDetailedVO> customFields)
public java.math.BigDecimal getFixedAmount()
public void setFixedAmount(java.math.BigDecimal fixedAmount)
public UserDetailedVO getUser()
public void setUser(UserDetailedVO user)