| |
|
| java.lang.Object com.mockrunner.example.ejb.BillEntityBean
BillEntityBean | abstract public class BillEntityBean implements EntityBean(Code) | | This CMP entity bean represents a bill.
It has a date, and a marker if it is paid.
It has two custom finders, namely
findUnpaid() and findAll() .
|
entityContext | public EntityContext entityContext(Code) | | |
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) | | |
getPaid | abstract public boolean getPaid()(Code) | | |
setDate | abstract public void setDate(Date date)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | |
setPaid | abstract public void setPaid(boolean isPaid)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|