| com.titan.cabin.CabinLocal
CabinLocal | public interface CabinLocal extends javax.ejb.EJBLocalObject(Code) | | |
getBedCount | public int getBedCount() throws EJBException(Code) | | |
getDeckLevel | public int getDeckLevel() throws EJBException(Code) | | |
setBedCount | public void setBedCount(int bc) throws EJBException(Code) | | |
setDeckLevel | public void setDeckLevel(int level) throws EJBException(Code) | | |
setName | public void setName(String str) throws EJBException(Code) | | |
|
|