public class PerformExternalTransactionDTO extends PerformTransactionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<PrincipalTypeVO,PerformExternalTransactionDTO> |
TO_PRINCIPAL_TYPE |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, attributeNames, changes, 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<PrincipalTypeVO,PerformExternalTransactionDTO> TO_PRINCIPAL_TYPE
public static final BasicProperty<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 PerformTransactionDTOpublic PrincipalTypeVO getToPrincipalType()
public void setToPrincipalType(PrincipalTypeVO toPrincipalType)
public java.lang.String getToPrincipalValue()
public void setToPrincipalValue(java.lang.String toPrincipalValue)