public class CurrencyConversion extends Object
Constructor and Description |
---|
CurrencyConversion()
Default Constructor
|
CurrencyConversion(String fromCurrency,
String fromAmount,
String toCurrency,
String toAmount)
Parameterized Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getConversionDate()
Getter for conversionDate
|
String |
getConversionType()
Getter for conversionType
|
Boolean |
getConversionTypeChangeable()
Getter for conversionTypeChangeable
|
String |
getFromAmount()
Getter for fromAmount
|
String |
getFromCurrency()
Getter for fromCurrency
|
List<DefinitionsLinkdescription> |
getLinks()
Getter for links
|
String |
getToAmount()
Getter for toAmount
|
String |
getToCurrency()
Getter for toCurrency
|
String |
getWebUrl()
Getter for webUrl
|
CurrencyConversion |
setConversionDate(String conversionDate)
Setter for conversionDate
|
CurrencyConversion |
setConversionType(String conversionType)
Setter for conversionType
|
CurrencyConversion |
setConversionTypeChangeable(Boolean conversionTypeChangeable)
Setter for conversionTypeChangeable
|
CurrencyConversion |
setFromAmount(String fromAmount)
Setter for fromAmount
|
CurrencyConversion |
setFromCurrency(String fromCurrency)
Setter for fromCurrency
|
CurrencyConversion |
setLinks(List<DefinitionsLinkdescription> links)
Setter for links
|
CurrencyConversion |
setToAmount(String toAmount)
Setter for toAmount
|
CurrencyConversion |
setToCurrency(String toCurrency)
Setter for toCurrency
|
CurrencyConversion |
setWebUrl(String webUrl)
Setter for webUrl
|
public CurrencyConversion setConversionDate(String conversionDate)
public String getConversionDate()
public CurrencyConversion setFromCurrency(String fromCurrency)
public String getFromCurrency()
public CurrencyConversion setFromAmount(String fromAmount)
public String getFromAmount()
public CurrencyConversion setToCurrency(String toCurrency)
public String getToCurrency()
public CurrencyConversion setToAmount(String toAmount)
public String getToAmount()
public CurrencyConversion setConversionType(String conversionType)
public String getConversionType()
public CurrencyConversion setConversionTypeChangeable(Boolean conversionTypeChangeable)
public Boolean getConversionTypeChangeable()
public CurrencyConversion setWebUrl(String webUrl)
public String getWebUrl()
public CurrencyConversion setLinks(List<DefinitionsLinkdescription> links)
public List<DefinitionsLinkdescription> getLinks()
Copyright © 2016. All Rights Reserved.