public class BankQuote extends Object
BankQuote()
BankQuote(String name, String s, Double r)
String
getBankName()
Double
getRate()
getSsn()
void
setBankName(String name)
setRate(Double r)
setSsn(String s)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public BankQuote()
public BankQuote(String name, String s, Double r)
public void setBankName(String name)
public void setSsn(String s)
public void setRate(Double r)
public String getBankName()
public String getSsn()
public Double getRate()
public String toString()
toString
Object
Apache Camel