Class VoucherTransactionData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.vouchers.VoucherTransactionData
-
- All Implemented Interfaces:
Serializable
public class VoucherTransactionData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<VoucherTransactionVO,VoucherTransactionData>CHARGEBACK_OFstatic BasicProperty<VoucherTransactionVO,VoucherTransactionData>CHARGED_BACK_BYstatic StringCLASS_NAMEstatic ListProperty<ExportFormatVO,VoucherTransactionData>EXPORT_FORMATSstatic BasicProperty<VoucherTransactionResultVO,VoucherTransactionData>VOUCHER_TRANSACTION
-
Constructor Summary
Constructors Constructor Description VoucherTransactionData()VoucherTransactionData(Property<T,? super VoucherTransactionData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()VoucherTransactionVOgetChargebackOf()VoucherTransactionVOgetChargedBackBy()List<ExportFormatVO>getExportFormats()VoucherTransactionResultVOgetVoucherTransaction()voidsetChargebackOf(VoucherTransactionVO chargebackOf)voidsetChargedBackBy(VoucherTransactionVO chargedBackBy)voidsetExportFormats(List<ExportFormatVO> exportFormats)voidsetVoucherTransaction(VoucherTransactionResultVO voucherTransaction)-
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
-
CHARGEBACK_OF
public static final BasicProperty<VoucherTransactionVO,VoucherTransactionData> CHARGEBACK_OF
-
CHARGED_BACK_BY
public static final BasicProperty<VoucherTransactionVO,VoucherTransactionData> CHARGED_BACK_BY
-
EXPORT_FORMATS
public static final ListProperty<ExportFormatVO,VoucherTransactionData> EXPORT_FORMATS
-
VOUCHER_TRANSACTION
public static final BasicProperty<VoucherTransactionResultVO,VoucherTransactionData> VOUCHER_TRANSACTION
-
-
Constructor Detail
-
VoucherTransactionData
public VoucherTransactionData()
-
VoucherTransactionData
public VoucherTransactionData(Property<T,? super VoucherTransactionData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
getChargebackOf
public VoucherTransactionVO getChargebackOf()
-
setChargebackOf
public void setChargebackOf(VoucherTransactionVO chargebackOf)
-
getChargedBackBy
public VoucherTransactionVO getChargedBackBy()
-
setChargedBackBy
public void setChargedBackBy(VoucherTransactionVO chargedBackBy)
-
getExportFormats
public List<ExportFormatVO> getExportFormats()
-
setExportFormats
public void setExportFormats(List<ExportFormatVO> exportFormats)
-
getVoucherTransaction
public VoucherTransactionResultVO getVoucherTransaction()
-
setVoucherTransaction
public void setVoucherTransaction(VoucherTransactionResultVO voucherTransaction)
-
-