public abstract class PerformTransactionDTO extends ObservableBean implements ModelWithCustomValues<CustomFieldValueDTO>
| Modifier and Type | Field and Description |
|---|---|
static Property<java.math.BigDecimal,PerformTransactionDTO> |
AMOUNT |
static Property<java.lang.String,PerformTransactionDTO> |
CONFIRMATION_PASSWORD |
static Property<CurrencyVO,PerformTransactionDTO> |
CURRENCY |
static ListProperty<CustomFieldValueDTO,PerformTransactionDTO> |
CUSTOM_VALUES |
static Property<java.lang.String,PerformTransactionDTO> |
DESCRIPTION |
static Property<InternalAccountOwner,PerformTransactionDTO> |
FROM |
static Property<java.lang.String,PerformTransactionDTO> |
NFC_CHALLENGE |
static Property<TransferTypeVO,PerformTransactionDTO> |
TYPE |
| Constructor and Description |
|---|
PerformTransactionDTO() |
PerformTransactionDTO(Property<T,? super PerformTransactionDTO> 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
|
java.math.BigDecimal |
getAmount() |
java.lang.String |
getConfirmationPassword() |
CurrencyVO |
getCurrency() |
java.util.List<CustomFieldValueDTO> |
getCustomValues() |
java.lang.String |
getDescription() |
InternalAccountOwner |
getFrom() |
java.lang.String |
getNfcChallenge() |
TransferTypeVO |
getType() |
void |
setAmount(java.math.BigDecimal amount) |
void |
setConfirmationPassword(java.lang.String confirmationPassword) |
void |
setCurrency(CurrencyVO currency) |
void |
setCustomValues(java.util.List<CustomFieldValueDTO> customValues) |
void |
setDescription(java.lang.String description) |
void |
setFrom(InternalAccountOwner from) |
void |
setNfcChallenge(java.lang.String nfcChallenge) |
void |
setType(TransferTypeVO type) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.math.BigDecimal,PerformTransactionDTO> AMOUNT
public static final Property<java.lang.String,PerformTransactionDTO> CONFIRMATION_PASSWORD
public static final Property<CurrencyVO,PerformTransactionDTO> CURRENCY
public static final ListProperty<CustomFieldValueDTO,PerformTransactionDTO> CUSTOM_VALUES
public static final Property<java.lang.String,PerformTransactionDTO> DESCRIPTION
public static final Property<InternalAccountOwner,PerformTransactionDTO> FROM
public static final Property<java.lang.String,PerformTransactionDTO> NFC_CHALLENGE
public static final Property<TransferTypeVO,PerformTransactionDTO> TYPE
public PerformTransactionDTO()
public PerformTransactionDTO(Property<T,? super PerformTransactionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.math.BigDecimal getAmount()
public java.lang.String getConfirmationPassword()
public CurrencyVO getCurrency()
public java.util.List<CustomFieldValueDTO> getCustomValues()
getCustomValues in interface ModelWithCustomValues<CustomFieldValueDTO>public java.lang.String getDescription()
public InternalAccountOwner getFrom()
public java.lang.String getNfcChallenge()
public TransferTypeVO getType()
public void setAmount(java.math.BigDecimal amount)
public void setConfirmationPassword(java.lang.String confirmationPassword)
public void setCurrency(CurrencyVO currency)
public void setCustomValues(java.util.List<CustomFieldValueDTO> customValues)
setCustomValues in interface ModelWithCustomValues<CustomFieldValueDTO>public void setDescription(java.lang.String description)
public void setFrom(InternalAccountOwner from)
public void setNfcChallenge(java.lang.String nfcChallenge)
public void setType(TransferTypeVO type)