Class ReportExchangeRate
- java.lang.Object
-
- de.adorsys.xs2a.adapter.api.model.ReportExchangeRate
-
@Generated("xs2a-adapter-codegen") public class ReportExchangeRate extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportExchangeRate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContractIdentification()StringgetExchangeRate()LocalDategetQuotationDate()StringgetSourceCurrency()StringgetTargetCurrency()StringgetUnitCurrency()inthashCode()voidsetContractIdentification(String contractIdentification)voidsetExchangeRate(String exchangeRate)voidsetQuotationDate(LocalDate quotationDate)voidsetSourceCurrency(String sourceCurrency)voidsetTargetCurrency(String targetCurrency)voidsetUnitCurrency(String unitCurrency)
-
-
-
Method Detail
-
getSourceCurrency
public String getSourceCurrency()
-
setSourceCurrency
public void setSourceCurrency(String sourceCurrency)
-
getExchangeRate
public String getExchangeRate()
-
setExchangeRate
public void setExchangeRate(String exchangeRate)
-
getUnitCurrency
public String getUnitCurrency()
-
setUnitCurrency
public void setUnitCurrency(String unitCurrency)
-
getTargetCurrency
public String getTargetCurrency()
-
setTargetCurrency
public void setTargetCurrency(String targetCurrency)
-
getQuotationDate
public LocalDate getQuotationDate()
-
setQuotationDate
public void setQuotationDate(LocalDate quotationDate)
-
getContractIdentification
public String getContractIdentification()
-
setContractIdentification
public void setContractIdentification(String contractIdentification)
-
-