public class GenerateVouchersData extends BasicVoucherDataWithConfirmationPassword
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<AccountWithStatusVO,GenerateVouchersData> |
ACCOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<GenerateVouchersDTO,GenerateVouchersData> |
DTO |
CONFIRMATION_PASSWORD_INPUTDESCRIPTION, TITLE, TYPE| Constructor and Description |
|---|
GenerateVouchersData() |
GenerateVouchersData(Property<T,? super GenerateVouchersData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
AccountWithStatusVO |
getAccount() |
GenerateVouchersDTO |
getDto() |
void |
setAccount(AccountWithStatusVO account) |
void |
setDto(GenerateVouchersDTO dto) |
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,GenerateVouchersData> ACCOUNT
public static final BasicProperty<GenerateVouchersDTO,GenerateVouchersData> DTO
public GenerateVouchersData()
public GenerateVouchersData(Property<T,? super GenerateVouchersData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasicVoucherDataWithConfirmationPasswordpublic AccountWithStatusVO getAccount()
public void setAccount(AccountWithStatusVO account)
public GenerateVouchersDTO getDto()
public void setDto(GenerateVouchersDTO dto)