@Generated(value="xs2a-codegen") public class ReportExchangeRateTO extends Object
| Constructor and Description |
|---|
ReportExchangeRateTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContractIdentification() |
String |
getExchangeRate() |
LocalDate |
getQuotationDate() |
String |
getSourceCurrency() |
String |
getTargetCurrency() |
String |
getUnitCurrency() |
void |
setContractIdentification(String contractIdentification) |
void |
setExchangeRate(String exchangeRate) |
void |
setQuotationDate(LocalDate quotationDate) |
void |
setSourceCurrency(String sourceCurrency) |
void |
setTargetCurrency(String targetCurrency) |
void |
setUnitCurrency(String unitCurrency) |
public String getSourceCurrency()
public void setSourceCurrency(String sourceCurrency)
public String getExchangeRate()
public void setExchangeRate(String exchangeRate)
public String getUnitCurrency()
public void setUnitCurrency(String unitCurrency)
public String getTargetCurrency()
public void setTargetCurrency(String targetCurrency)
public LocalDate getQuotationDate()
public void setQuotationDate(LocalDate quotationDate)
public String getContractIdentification()
public void setContractIdentification(String contractIdentification)
Copyright © 2020. All rights reserved.