public class PerformExternalTransactionDTO extends PerformTransactionDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<PrincipalTypeVO,PerformExternalTransactionDTO> |
TO_PRINCIPAL_TYPE |
static Property<java.lang.String,PerformExternalTransactionDTO> |
TO_PRINCIPAL_VALUE |
AMOUNT, CONFIRMATION_PASSWORD, CURRENCY, CUSTOM_VALUES, DESCRIPTION, FROM, NFC_CHALLENGE, TYPE| Constructor and Description |
|---|
PerformExternalTransactionDTO() |
PerformExternalTransactionDTO(Property<T,? super PerformExternalTransactionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
PrincipalTypeVO |
getToPrincipalType() |
java.lang.String |
getToPrincipalValue() |
void |
setToPrincipalType(PrincipalTypeVO toPrincipalType) |
void |
setToPrincipalValue(java.lang.String toPrincipalValue) |
getAmount, getConfirmationPassword, getCurrency, getCustomValues, getDescription, getFrom, getNfcChallenge, getType, setAmount, setConfirmationPassword, setCurrency, setCustomValues, setDescription, setFrom, setNfcChallenge, setTypeaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<PrincipalTypeVO,PerformExternalTransactionDTO> TO_PRINCIPAL_TYPE
public static final Property<java.lang.String,PerformExternalTransactionDTO> TO_PRINCIPAL_VALUE
public PerformExternalTransactionDTO()
public PerformExternalTransactionDTO(Property<T,? super PerformExternalTransactionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class PerformTransactionDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class PerformTransactionDTOpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class PerformTransactionDTOpublic PrincipalTypeVO getToPrincipalType()
public java.lang.String getToPrincipalValue()
public void setToPrincipalType(PrincipalTypeVO toPrincipalType)
public void setToPrincipalValue(java.lang.String toPrincipalValue)