| java.lang.Object org.jboss.test.foedeployer.ejb.ql.CarBean
Field Summary | |
static Category | log |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getColor | abstract public String getColor()(Code) | | Car's color: persistent field
|
getNumber | abstract public String getNumber()(Code) | | Car's number: primary key field
|
getYear | abstract public int getYear()(Code) | | Year of birth: persistent field
|
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setNumber | abstract public void setNumber(String number)(Code) | | |
setYear | abstract public void setYear(int year)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|