Class EasyInvoiceData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.PrepareEasyInvoiceData
-
- org.cyclos.model.banking.transactions.EasyInvoiceData
-
- All Implemented Interfaces:
Serializable
public class EasyInvoiceData extends PrepareEasyInvoiceData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic ListProperty<CustomFieldValueVO,EasyInvoiceData>CUSTOM_VALUESstatic BasicProperty<PerformPaymentTypeData,EasyInvoiceData>PAYMENT_TYPE_DATAstatic ListProperty<TransferTypeWithCurrencyVO,EasyInvoiceData>PAYMENT_TYPES-
Fields inherited from class org.cyclos.model.banking.transactions.PrepareEasyInvoiceData
AMOUNT, DEVICE_CONFIRMATION_AVAILABILITY, TO
-
-
Constructor Summary
Constructors Constructor Description EasyInvoiceData()EasyInvoiceData(Property<T,? super EasyInvoiceData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<CustomFieldValueVO>getCustomValues()PerformPaymentTypeDatagetPaymentTypeData()List<TransferTypeWithCurrencyVO>getPaymentTypes()voidsetCustomValues(List<CustomFieldValueVO> customValues)voidsetPaymentTypeData(PerformPaymentTypeData paymentTypeData)voidsetPaymentTypes(List<TransferTypeWithCurrencyVO> paymentTypes)-
Methods inherited from class org.cyclos.model.banking.transactions.PrepareEasyInvoiceData
getAmount, getDeviceConfirmationAvailability, getTo, setAmount, setDeviceConfirmationAvailability, setTo
-
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
-
CUSTOM_VALUES
public static final ListProperty<CustomFieldValueVO,EasyInvoiceData> CUSTOM_VALUES
-
PAYMENT_TYPE_DATA
public static final BasicProperty<PerformPaymentTypeData,EasyInvoiceData> PAYMENT_TYPE_DATA
-
PAYMENT_TYPES
public static final ListProperty<TransferTypeWithCurrencyVO,EasyInvoiceData> PAYMENT_TYPES
-
-
Constructor Detail
-
EasyInvoiceData
public EasyInvoiceData()
-
EasyInvoiceData
public EasyInvoiceData(Property<T,? super EasyInvoiceData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classPrepareEasyInvoiceData
-
getCustomValues
public List<CustomFieldValueVO> getCustomValues()
-
setCustomValues
public void setCustomValues(List<CustomFieldValueVO> customValues)
-
getPaymentTypeData
public PerformPaymentTypeData getPaymentTypeData()
-
setPaymentTypeData
public void setPaymentTypeData(PerformPaymentTypeData paymentTypeData)
-
getPaymentTypes
public List<TransferTypeWithCurrencyVO> getPaymentTypes()
-
setPaymentTypes
public void setPaymentTypes(List<TransferTypeWithCurrencyVO> paymentTypes)
-
className
public String className()
- Overrides:
classNamein classPrepareEasyInvoiceData
-
-