com.liferay.portlet.currencyconverter.model
Class Currency
java.lang.Object
com.liferay.portlet.currencyconverter.model.Currency
- All Implemented Interfaces:
- Serializable
public class Currency
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FROM
public static final String DEFAULT_FROM
- See Also:
- Constant Field Values
DEFAULT_TO
public static final String DEFAULT_TO
- See Also:
- Constant Field Values
Currency
public Currency(String symbol,
double rate)
getSymbol
public String getSymbol()
getFromSymbol
public String getFromSymbol()
getToSymbol
public String getToSymbol()
getRate
public double getRate()