org.objectweb.jonas.jtests.beans.ejbql
Interface CabinLocal
- public interface CabinLocal
getName
public java.lang.String getName()
throws javax.ejb.EJBException
setName
public void setName(java.lang.String str)
throws javax.ejb.EJBException
getDeckLevel
public int getDeckLevel()
throws javax.ejb.EJBException
setDeckLevel
public void setDeckLevel(int level)
throws javax.ejb.EJBException
getShip
public ShipLocal getShip()
setShip
public void setShip(ShipLocal ship)
getBedCount
public int getBedCount()
throws javax.ejb.EJBException
setBedCount
public void setBedCount(int bc)
throws javax.ejb.EJBException