public class PrepareEasyInvoiceParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,PrepareEasyInvoiceParams> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<CurrencyVO,PrepareEasyInvoiceParams> |
CURRENCY |
static BasicProperty<UserLocatorVO,PrepareEasyInvoiceParams> |
TO |
static BasicProperty<TransferTypeVO,PrepareEasyInvoiceParams> |
TYPE |
| Constructor and Description |
|---|
PrepareEasyInvoiceParams() |
PrepareEasyInvoiceParams(Property<T,? super PrepareEasyInvoiceParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.math.BigDecimal |
getAmount() |
CurrencyVO |
getCurrency() |
UserLocatorVO |
getTo() |
TransferTypeVO |
getType() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setCurrency(CurrencyVO currency) |
void |
setTo(UserLocatorVO to) |
void |
setType(TransferTypeVO type) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.math.BigDecimal,PrepareEasyInvoiceParams> AMOUNT
public static final BasicProperty<CurrencyVO,PrepareEasyInvoiceParams> CURRENCY
public static final BasicProperty<UserLocatorVO,PrepareEasyInvoiceParams> TO
public static final BasicProperty<TransferTypeVO,PrepareEasyInvoiceParams> TYPE
public PrepareEasyInvoiceParams()
public PrepareEasyInvoiceParams(Property<T,? super PrepareEasyInvoiceParams> 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 CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public UserLocatorVO getTo()
public void setTo(UserLocatorVO to)
public TransferTypeVO getType()
public void setType(TransferTypeVO type)