public class CreateTicketData extends BasePaymentOwnerData
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<AccountWithCurrencyVO,CreateTicketData> |
ACCOUNTS |
static java.lang.String |
CLASS_NAME |
static BasicProperty<TicketPaymentTypeData,CreateTicketData> |
PAYMENT_TYPE_DATA |
PAYMENT_TYPES| Constructor and Description |
|---|
CreateTicketData() |
CreateTicketData(Property<T,? super CreateTicketData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<AccountWithCurrencyVO> |
getAccounts() |
TicketPaymentTypeData |
getPaymentTypeData() |
void |
setAccounts(java.util.List<AccountWithCurrencyVO> accounts) |
void |
setPaymentTypeData(TicketPaymentTypeData paymentTypeData) |
getPaymentTypes, setPaymentTypesaddPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<AccountWithCurrencyVO,CreateTicketData> ACCOUNTS
public static final BasicProperty<TicketPaymentTypeData,CreateTicketData> PAYMENT_TYPE_DATA
public CreateTicketData()
public CreateTicketData(Property<T,? super CreateTicketData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BasePaymentOwnerDatapublic java.util.List<AccountWithCurrencyVO> getAccounts()
public void setAccounts(java.util.List<AccountWithCurrencyVO> accounts)
public TicketPaymentTypeData getPaymentTypeData()
public void setPaymentTypeData(TicketPaymentTypeData paymentTypeData)