/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.fkmapping.ejb; /** * CMP layer for Institute. */ public abstract class InstituteCMP extends org.jboss.test.cmp2.fkmapping.ejb.InstituteEntityBean implements javax.ejb.EntityBean { public void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException { super.ejbLoad(); } public void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException { super.ejbStore(); } public void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException { super.ejbActivate(); } public void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException { super.ejbPassivate(); } public void setEntityContext(javax.ejb.EntityContext ctx) throws javax.ejb.EJBException, java.rmi.RemoteException { super.setEntityContext(ctx); } public void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException { super.unsetEntityContext(); } public void ejbRemove() throws javax.ejb.EJBException, java.rmi.RemoteException, javax.ejb.RemoveException { super.ejbRemove(); } public abstract java.lang.String getInstituteId() ; public abstract void setInstituteId( java.lang.String instituteId ) ; public abstract java.lang.String getDescription() ; public abstract void setDescription( java.lang.String description ) ; }