| |
|
| java.lang.Object com.titan.cabin.CabinBean
CabinBean | abstract public class CabinBean implements javax.ejb.EntityBean(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbHomeSelectAllForCustomer | public Set ejbHomeSelectAllForCustomer(CustomerLocal cust) throws FinderException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | |
ejbSelectAllForCustomer | abstract public Set ejbSelectAllForCustomer(CustomerLocal cust) throws FinderException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getBedCount | abstract public int getBedCount()(Code) | | |
getDeckLevel | abstract public int getDeckLevel()(Code) | | |
getShipId | public int getShipId()(Code) | | |
setBedCount | abstract public void setBedCount(int count)(Code) | | |
setDeckLevel | abstract public void setDeckLevel(int level)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setShipId | public void setShipId(int sp)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|