org.objectweb.jonas.jtests.beans.ejbql
Interface CabinRemote
- public interface CabinRemote
getName
public java.lang.String getName()
throws java.rmi.RemoteException
setName
public void setName(java.lang.String str)
throws java.rmi.RemoteException
getDeckLevel
public int getDeckLevel()
throws java.rmi.RemoteException
setDeckLevel
public void setDeckLevel(int level)
throws java.rmi.RemoteException
getShipId
public int getShipId()
throws java.rmi.RemoteException
setShipId
public void setShipId(int sp)
throws java.rmi.RemoteException
getBedCount
public int getBedCount()
throws java.rmi.RemoteException
setBedCount
public void setBedCount(int bc)
throws java.rmi.RemoteException
getId
public java.lang.Integer getId()
throws java.rmi.RemoteException