public class ExternalPaymentData extends TransactionData
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ExternalPaymentData> |
CAN_CANCEL |
static java.lang.String |
CLASS_NAME |
CONFIRMATION_PASSWORD_INPUT, TRANSACTION, USERS_WHICH_CAN_ADD_TO_CONTACTS, USERS_WHICH_CAN_VIEW_PROFILE| Constructor and Description |
|---|
ExternalPaymentData() |
ExternalPaymentData(Property<T,? super ExternalPaymentData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
boolean |
isCanCancel() |
void |
setCanCancel(boolean canCancel) |
getConfirmationPasswordInput, getTransaction, getUsersWhichCanAddToContacts, getUsersWhichCanViewProfile, setConfirmationPasswordInput, setTransaction, setUsersWhichCanAddToContacts, setUsersWhichCanViewProfileaddPropertyChangeListener, 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 BasicProperty<java.lang.Boolean,ExternalPaymentData> CAN_CANCEL
public ExternalPaymentData()
public ExternalPaymentData(Property<T,? super ExternalPaymentData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class TransactionDatapublic boolean isCanCancel()
public void setCanCancel(boolean canCancel)