Liferay 6.1.2-ce-ga3

com.liferay.portlet.currencyconverter.model
Class Currency

java.lang.Object
  extended by com.liferay.portlet.currencyconverter.model.Currency
All Implemented Interfaces:
Serializable

public class Currency
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String DEFAULT_FROM
           
static String DEFAULT_TO
           
 
Constructor Summary
Currency(String symbol, double rate)
           
 
Method Summary
 String getFromSymbol()
           
 double getRate()
           
 String getSymbol()
           
 String getToSymbol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Currency

public Currency(String symbol,
                double rate)
Method Detail

getFromSymbol

public String getFromSymbol()

getRate

public double getRate()

getSymbol

public String getSymbol()

getToSymbol

public String getToSymbol()

Liferay 6.1.2-ce-ga3