File
Doc
Category
Size
Date
Package
CabinBean.java
API Doc
Example
1686
Sat Mar 02 14:19:02 GMT 2002
com.titan.cabin
CabinBean
java.lang.Object
public abstract class CabinBean extends Object implements javax.ejb.EntityBean
Fields Summary
Constructors Summary
Methods Summary
public void
ejbActivate
()
// Not implemented.
public
java.lang.Integer
ejbCreate
(
java.lang.Integer
id)
this.setId(id); return null;
public
java.util.Set
ejbHomeSelectAllForCustomer
(
com.titan.customer.CustomerLocal
cust)
return this.ejbSelectAllForCustomer(cust);
public void
ejbLoad
()
// Not implemented.
public void
ejbPassivate
()
// Not implemented.
public void
ejbPostCreate
(
java.lang.Integer
id)
public void
ejbRemove
()
// Not implemented.
public abstract
java.util.Set
ejbSelectAllForCustomer
(
com.titan.customer.CustomerLocal
cust)
public void
ejbStore
()
// Not implemented.
public abstract
int
getBedCount
()
public abstract
int
getDeckLevel
()
public abstract
java.lang.Integer
getId
()
public abstract
java.lang.String
getName
()
public abstract void
setBedCount
(
int
count)
public abstract void
setDeckLevel
(
int
level)
public void
setEntityContext
(
javax.ejb.EntityContext
ctx)
// Not implemented.
public abstract void
setId
(
java.lang.Integer
id)
public abstract void
setName
(
java.lang.String
name)
public void
unsetEntityContext
()
// Not implemented.
Java Code Source