Package org.cyclos.model.banking.rates
Interface HasRates
-
- All Known Implementing Classes:
AccountFeeTransferVO,AccountHistoryStatusVO,AccountStatusVO,ChargebackTransferVO,FromRatesData,InstallmentTransferVO,PaymentPreviewVO,RatesData,TransferDetailedVO,TransferFeeTransferVO
public interface HasRatesInterface for data objects which have a rate. It is used for any model type which is send to the web and which needs to contain rates.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigDecimalgetARate()BigDecimalgetDRate()voidsetARate(BigDecimal aRate)voidsetDRate(BigDecimal dRate)
-
-
-
Method Detail
-
getARate
BigDecimal getARate()
-
getDRate
BigDecimal getDRate()
-
setARate
void setARate(BigDecimal aRate)
-
setDRate
void setDRate(BigDecimal dRate)
-
-