public abstract class TransactionData extends Bean implements IBasicTransData
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PasswordInputDTO,TransactionData> |
CONFIRMATION_PASSWORD_INPUT |
static BasicProperty<TransactionDetailedVO,TransactionData> |
TRANSACTION |
static BasicProperty<UsersWhichCanAddToContacts,TransactionData> |
USERS_WHICH_CAN_ADD_TO_CONTACTS |
| Constructor and Description |
|---|
TransactionData() |
TransactionData(Property<T,? super TransactionData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
PasswordInputDTO |
getConfirmationPasswordInput() |
TransactionDetailedVO |
getTransaction() |
UsersWhichCanAddToContacts |
getUsersWhichCanAddToContacts() |
void |
setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput) |
void |
setTransaction(TransactionDetailedVO transaction) |
void |
setUsersWhichCanAddToContacts(UsersWhichCanAddToContacts usersWhichCanAddToContacts) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, className, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<PasswordInputDTO,TransactionData> CONFIRMATION_PASSWORD_INPUT
public static final BasicProperty<TransactionDetailedVO,TransactionData> TRANSACTION
public static final BasicProperty<UsersWhichCanAddToContacts,TransactionData> USERS_WHICH_CAN_ADD_TO_CONTACTS
public TransactionData()
public TransactionData(Property<T,? super TransactionData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic PasswordInputDTO getConfirmationPasswordInput()
getConfirmationPasswordInput in interface IBasicTransDatapublic void setConfirmationPasswordInput(PasswordInputDTO confirmationPasswordInput)
setConfirmationPasswordInput in interface IBasicTransDatapublic TransactionDetailedVO getTransaction()
getTransaction in interface IBasicTransDatapublic void setTransaction(TransactionDetailedVO transaction)
setTransaction in interface IBasicTransDatapublic UsersWhichCanAddToContacts getUsersWhichCanAddToContacts()
getUsersWhichCanAddToContacts in interface IBasicTransDatapublic void setUsersWhichCanAddToContacts(UsersWhichCanAddToContacts usersWhichCanAddToContacts)
setUsersWhichCanAddToContacts in interface IBasicTransData