1 4 package org.jboss.test.cmp2.idxandusersql.ejb; 5 6 9 public abstract class CMR2CMP 10 extends org.jboss.test.cmp2.idxandusersql.ejb.CMR2Bean 11 implements javax.ejb.EntityBean 12 { 13 14 public void ejbLoad() 15 { 16 } 17 18 public void ejbStore() 19 { 20 } 21 22 public void ejbActivate() 23 { 24 } 25 26 public void ejbPassivate() 27 { 28 29 } 30 31 public void setEntityContext(javax.ejb.EntityContext ctx) 32 { 33 } 34 35 public void unsetEntityContext() 36 { 37 } 38 39 public void ejbRemove() throws javax.ejb.RemoveException 40 { 41 42 } 43 44 public abstract java.lang.String getPKey2() ; 45 46 public abstract void setPKey2( java.lang.String PKey2 ) ; 47 48 public abstract java.lang.String getFoo2() ; 49 50 public abstract void setFoo2( java.lang.String foo2 ) ; 51 52 public abstract java.lang.String getBar2() ; 53 54 public abstract void setBar2( java.lang.String bar2 ) ; 55 56 } 57 | Popular Tags |