public class TransferFeesPreviewVO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<TransferFeePreviewVO,TransferFeesPreviewVO> |
FEES |
static BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> |
MAIN_AMOUNT |
static BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> |
TOTAL_AMOUNT |
| Constructor and Description |
|---|
TransferFeesPreviewVO() |
TransferFeesPreviewVO(Property<T,? super TransferFeesPreviewVO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<TransferFeePreviewVO> |
getFees() |
CurrencyAmountDTO |
getMainAmount() |
CurrencyAmountDTO |
getTotalAmount() |
void |
setFees(java.util.List<TransferFeePreviewVO> fees) |
void |
setMainAmount(CurrencyAmountDTO mainAmount) |
void |
setTotalAmount(CurrencyAmountDTO totalAmount) |
addPropertyChangeListener, 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 ListProperty<TransferFeePreviewVO,TransferFeesPreviewVO> FEES
public static final BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> MAIN_AMOUNT
public static final BasicProperty<CurrencyAmountDTO,TransferFeesPreviewVO> TOTAL_AMOUNT
public TransferFeesPreviewVO()
public TransferFeesPreviewVO(Property<T,? super TransferFeesPreviewVO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<TransferFeePreviewVO> getFees()
public void setFees(java.util.List<TransferFeePreviewVO> fees)
public CurrencyAmountDTO getMainAmount()
public void setMainAmount(CurrencyAmountDTO mainAmount)
public CurrencyAmountDTO getTotalAmount()
public void setTotalAmount(CurrencyAmountDTO totalAmount)