org.apache.geronimo.samples.bank.ejb
Class ExchangeRate
java.lang.Object
org.apache.geronimo.samples.bank.ejb.ExchangeRate
- All Implemented Interfaces:
- Serializable
public class ExchangeRate
- 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 |
ExchangeRate
public ExchangeRate()
ExchangeRate
public ExchangeRate(String rateId,
String currency,
double rate)
getRateId
public String getRateId()
setRateId
public void setRateId(String rateId)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getRate
public double getRate()
setRate
public void setRate(double rate)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.