public abstract class CreateVouchersDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,CreateVouchersDTO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,CreateVouchersDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<java.lang.Integer,CreateVouchersDTO> |
COUNT |
static BasicProperty<VoucherTypeVO,CreateVouchersDTO> |
TYPE |
| Constructor and Description |
|---|
CreateVouchersDTO() |
CreateVouchersDTO(Property<T,? super CreateVouchersDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
java.lang.String |
getConfirmationPassword() |
java.lang.Integer |
getCount() |
VoucherTypeVO |
getType() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setCount(java.lang.Integer count) |
void |
setType(VoucherTypeVO type) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, 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.math.BigDecimal,CreateVouchersDTO> AMOUNT
public static final BasicProperty<java.lang.String,CreateVouchersDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<java.lang.Integer,CreateVouchersDTO> COUNT
public static final BasicProperty<VoucherTypeVO,CreateVouchersDTO> TYPE
public CreateVouchersDTO()
public CreateVouchersDTO(Property<T,? super CreateVouchersDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
public VoucherTypeVO getType()
public void setType(VoucherTypeVO type)