| java.lang.Object org.objectweb.jonas.jtests.beans.relation.cascade.PhoneBean
PhoneBean | abstract public class PhoneBean implements EntityBean(Code) | | Implementation for bean Phone
author: Ph Durieux |
ejbContext | protected EntityContext ejbContext(Code) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getType | abstract public byte getType()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ec)(Code) | | |
setNumber | abstract public void setNumber(String number)(Code) | | |
setType | abstract public void setType(byte type)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|