Class PerformPaymentToOwnerData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.BasePaymentOwnerData
-
- org.cyclos.model.banking.transactions.PerformPaymentToOwnerData
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PerformPaymentData
public class PerformPaymentToOwnerData extends BasePaymentOwnerData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<PerformPaymentTypeData,PerformPaymentToOwnerData>PAYMENT_TYPE_DATAstatic BasicProperty<InternalAccountOwner,PerformPaymentToOwnerData>TO-
Fields inherited from class org.cyclos.model.banking.transactions.BasePaymentOwnerData
PAYMENT_TYPES
-
-
Constructor Summary
Constructors Constructor Description PerformPaymentToOwnerData()PerformPaymentToOwnerData(Property<T,? super PerformPaymentToOwnerData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()PerformPaymentTypeDatagetPaymentTypeData()InternalAccountOwnergetTo()voidsetPaymentTypeData(PerformPaymentTypeData paymentTypeData)voidsetTo(InternalAccountOwner to)-
Methods inherited from class org.cyclos.model.banking.transactions.BasePaymentOwnerData
getPaymentTypes, setPaymentTypes
-
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
-
PAYMENT_TYPE_DATA
public static final BasicProperty<PerformPaymentTypeData,PerformPaymentToOwnerData> PAYMENT_TYPE_DATA
-
TO
public static final BasicProperty<InternalAccountOwner,PerformPaymentToOwnerData> TO
-
-
Constructor Detail
-
PerformPaymentToOwnerData
public PerformPaymentToOwnerData()
-
PerformPaymentToOwnerData
public PerformPaymentToOwnerData(Property<T,? super PerformPaymentToOwnerData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasePaymentOwnerData
-
getPaymentTypeData
public PerformPaymentTypeData getPaymentTypeData()
-
setPaymentTypeData
public void setPaymentTypeData(PerformPaymentTypeData paymentTypeData)
-
getTo
public InternalAccountOwner getTo()
-
setTo
public void setTo(InternalAccountOwner to)
-
-