public abstract class PerformTransactionDTO extends Bean implements ModelWithCustomValues<CustomFieldValueDTO>
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.math.BigDecimal,PerformTransactionDTO> |
AMOUNT |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,PerformTransactionDTO> |
CONFIRMATION_PASSWORD |
static BasicProperty<CurrencyVO,PerformTransactionDTO> |
CURRENCY |
static ListProperty<CustomFieldValueDTO,PerformTransactionDTO> |
CUSTOM_VALUES |
static BasicProperty<java.lang.String,PerformTransactionDTO> |
DESCRIPTION |
static BasicProperty<InternalAccountOwner,PerformTransactionDTO> |
FROM |
static BasicProperty<java.lang.String,PerformTransactionDTO> |
NFC_CHALLENGE |
static BasicProperty<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() |
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, attributeNames, changes, className, 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<java.math.BigDecimal,PerformTransactionDTO> AMOUNT
public static final BasicProperty<java.lang.String,PerformTransactionDTO> CONFIRMATION_PASSWORD
public static final BasicProperty<CurrencyVO,PerformTransactionDTO> CURRENCY
public static final ListProperty<CustomFieldValueDTO,PerformTransactionDTO> CUSTOM_VALUES
public static final BasicProperty<java.lang.String,PerformTransactionDTO> DESCRIPTION
public static final BasicProperty<InternalAccountOwner,PerformTransactionDTO> FROM
public static final BasicProperty<java.lang.String,PerformTransactionDTO> NFC_CHALLENGE
public static final BasicProperty<TransferTypeVO,PerformTransactionDTO> TYPE
public PerformTransactionDTO()
public PerformTransactionDTO(Property<T,? super PerformTransactionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public java.lang.String getConfirmationPassword()
public void setConfirmationPassword(java.lang.String confirmationPassword)
public CurrencyVO getCurrency()
public void setCurrency(CurrencyVO currency)
public java.util.List<CustomFieldValueDTO> getCustomValues()
getCustomValues in interface ModelWithCustomValues<CustomFieldValueDTO>public void setCustomValues(java.util.List<CustomFieldValueDTO> customValues)
setCustomValues in interface ModelWithCustomValues<CustomFieldValueDTO>public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public InternalAccountOwner getFrom()
public void setFrom(InternalAccountOwner from)
public java.lang.String getNfcChallenge()
public void setNfcChallenge(java.lang.String nfcChallenge)
public TransferTypeVO getType()
public void setType(TransferTypeVO type)