All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bond.demo.StockWatcher.bondQuoteObject

java.lang.Object
   |
   +----bond.demo.StockWatcher.bondQuoteObject

public class bondQuoteObject
extends Object
implements Serializable, Cloneable

Constructor Index

 o bondQuoteObject(String, String, String, String, String, String, String)

Method Index

 o display()
 o getCurrentPrice()
 o getHighPrice()
 o getLowPrice()
 o getNetChange()
 o getOpenPrice()
 o getQuoteName()
 o getVolume()

Constructors

 o bondQuoteObject
 public bondQuoteObject(String quote,
                        String cp,
                        String nc,
                        String op,
                        String hp,
                        String lp,
                        String v)

Methods

 o getQuoteName
 public String getQuoteName()
 o getCurrentPrice
 public String getCurrentPrice()
 o getNetChange
 public String getNetChange()
 o getOpenPrice
 public String getOpenPrice()
 o getHighPrice
 public String getHighPrice()
 o getLowPrice
 public String getLowPrice()
 o getVolume
 public String getVolume()
 o display
 public void display()

All Packages  Class Hierarchy  This Package  Previous  Next  Index