All Examples  All EJB Examples  This Package

Class examples.ejb.extensions.readMostly.StockBean

examples.ejb.extensions.readMostly.StockBean

public class StockBean

Variable Index

 o price
 
 o symbol
 
 o volume
 
 o yearHigh
 
 o yearLow
 

Constructor Index

 o StockBean()
 

Method Index

 o ejbActivate()
 
 o ejbLoad()
 
 o ejbPassivate()
 
 o ejbRemove()
 
 o ejbStore()
 
 o get52weekHigh()
 
 o get52weekLow()
 
 o getPrice()
 
 o getSymbol()
 
 o getVolume()
 
 o setEntityContext(EntityContext)
 
 o unsetEntityContext()
 

Field Detail

 o symbol
public java.lang.String symbol
 o price
public double price
 o yearHigh
public double yearHigh
 o yearLow
public double yearLow
 o volume
public long volume

Constructor Detail

 o StockBean
public StockBean()

Method Detail

 o setEntityContext
public void setEntityContext(javax.ejb.EntityContext c)
 o unsetEntityContext
public void unsetEntityContext()
 o ejbActivate
public void ejbActivate()
 o ejbPassivate
public void ejbPassivate()
 o ejbLoad
public void ejbLoad()
 o ejbStore
public void ejbStore()
 o ejbRemove
public void ejbRemove()
 o getSymbol
public java.lang.String getSymbol()
 o getPrice
public double getPrice()
 o get52weekHigh
public double get52weekHigh()
 o get52weekLow
public double get52weekLow()
 o getVolume
public long getVolume()

All Examples  All EJB Examples  This Package