org.objectweb.jonas.jtests.beans.ejbql
Class CabinBean
org.objectweb.jonas.jtests.beans.ejbql.CabinBean
- public abstract class CabinBean
CabinBean
public CabinBean()
ejbCreate
public java.lang.Integer ejbCreate(java.lang.Integer id)
throws javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(java.lang.Integer id)
setId
public abstract void setId(java.lang.Integer id)
getId
public abstract java.lang.Integer getId()
setShip
public abstract void setShip(ShipLocal ship)
getShip
public abstract ShipLocal getShip()
setName
public abstract void setName(java.lang.String name)
getName
public abstract java.lang.String getName()
setBedCount
public abstract void setBedCount(int count)
getBedCount
public abstract int getBedCount()
setDeckLevel
public abstract void setDeckLevel(int level)
getDeckLevel
public abstract int getDeckLevel()
getShipId
public int getShipId()
setShipId
public void setShipId(int sp)
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
unsetEntityContext
public void unsetEntityContext()
ejbActivate
public void ejbActivate()
ejbPassivate
public void ejbPassivate()
ejbLoad
public void ejbLoad()
ejbStore
public void ejbStore()
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException