org.objectweb.jonas.jtests.beans.ejbql
Interface CabinRemote


public interface CabinRemote


Method Summary
 int getBedCount()
           
 int getDeckLevel()
           
 java.lang.Integer getId()
           
 java.lang.String getName()
           
 int getShipId()
           
 void setBedCount(int bc)
           
 void setDeckLevel(int level)
           
 void setName(java.lang.String str)
           
 void setShipId(int sp)
           
 

Method Detail

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