public abstract class PerformInternalTransactionDTO extends PerformTransactionDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<InternalAccountOwner,PerformInternalTransactionDTO> |
TO |
AMOUNT, CONFIRMATION_PASSWORD, CURRENCY, CUSTOM_VALUES, DESCRIPTION, FROM, NFC_CHALLENGE, TYPE| Constructor and Description |
|---|
PerformInternalTransactionDTO() |
PerformInternalTransactionDTO(Property<T,? super PerformInternalTransactionDTO> 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
|
InternalAccountOwner |
getTo() |
void |
setTo(InternalAccountOwner to) |
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<InternalAccountOwner,PerformInternalTransactionDTO> TO
public PerformInternalTransactionDTO()
public PerformInternalTransactionDTO(Property<T,? super PerformInternalTransactionDTO> 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 InternalAccountOwner getTo()
public void setTo(InternalAccountOwner to)