Class CreateTicketData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.banking.transactions.BasePaymentOwnerData
-
- org.cyclos.model.banking.transactions.CreateTicketData
-
- All Implemented Interfaces:
Serializable
public class CreateTicketData extends BasePaymentOwnerData
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<AccountWithCurrencyVO,CreateTicketData>ACCOUNTSstatic StringCLASS_NAMEstatic BasicProperty<TicketPaymentTypeData,CreateTicketData>PAYMENT_TYPE_DATA-
Fields inherited from class org.cyclos.model.banking.transactions.BasePaymentOwnerData
PAYMENT_TYPES
-
-
Constructor Summary
Constructors Constructor Description CreateTicketData()CreateTicketData(Property<T,? super CreateTicketData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<AccountWithCurrencyVO>getAccounts()TicketPaymentTypeDatagetPaymentTypeData()voidsetAccounts(List<AccountWithCurrencyVO> accounts)voidsetPaymentTypeData(TicketPaymentTypeData paymentTypeData)-
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
-
ACCOUNTS
public static final ListProperty<AccountWithCurrencyVO,CreateTicketData> ACCOUNTS
-
PAYMENT_TYPE_DATA
public static final BasicProperty<TicketPaymentTypeData,CreateTicketData> PAYMENT_TYPE_DATA
-
-
Constructor Detail
-
CreateTicketData
public CreateTicketData()
-
CreateTicketData
public CreateTicketData(Property<T,? super CreateTicketData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBasePaymentOwnerData
-
getAccounts
public List<AccountWithCurrencyVO> getAccounts()
-
setAccounts
public void setAccounts(List<AccountWithCurrencyVO> accounts)
-
getPaymentTypeData
public TicketPaymentTypeData getPaymentTypeData()
-
setPaymentTypeData
public void setPaymentTypeData(TicketPaymentTypeData paymentTypeData)
-
-