Class PrepareEasyInvoiceParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.PrepareEasyInvoiceParams
-
- All Implemented Interfaces:
Serializable
public class PrepareEasyInvoiceParams extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<BigDecimal,PrepareEasyInvoiceParams>AMOUNTstatic StringCLASS_NAMEstatic BasicProperty<CurrencyVO,PrepareEasyInvoiceParams>CURRENCYstatic BasicProperty<UserLocatorVO,PrepareEasyInvoiceParams>TOstatic BasicProperty<TransferTypeVO,PrepareEasyInvoiceParams>TYPE
-
Constructor Summary
Constructors Constructor Description PrepareEasyInvoiceParams()PrepareEasyInvoiceParams(Property<T,? super PrepareEasyInvoiceParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()BigDecimalgetAmount()CurrencyVOgetCurrency()UserLocatorVOgetTo()TransferTypeVOgetType()voidsetAmount(BigDecimal amount)voidsetCurrency(CurrencyVO currency)voidsetTo(UserLocatorVO to)voidsetType(TransferTypeVO type)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
AMOUNT
public static final BasicProperty<BigDecimal,PrepareEasyInvoiceParams> AMOUNT
-
CURRENCY
public static final BasicProperty<CurrencyVO,PrepareEasyInvoiceParams> CURRENCY
-
TO
public static final BasicProperty<UserLocatorVO,PrepareEasyInvoiceParams> TO
-
TYPE
public static final BasicProperty<TransferTypeVO,PrepareEasyInvoiceParams> TYPE
-
-
Constructor Detail
-
PrepareEasyInvoiceParams
public PrepareEasyInvoiceParams()
-
PrepareEasyInvoiceParams
public PrepareEasyInvoiceParams(Property<T,? super PrepareEasyInvoiceParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getAmount
public BigDecimal getAmount()
-
setAmount
public void setAmount(BigDecimal amount)
-
getCurrency
public CurrencyVO getCurrency()
-
setCurrency
public void setCurrency(CurrencyVO currency)
-
getTo
public UserLocatorVO getTo()
-
setTo
public void setTo(UserLocatorVO to)
-
getType
public TransferTypeVO getType()
-
setType
public void setType(TransferTypeVO type)
-
-