1 4 package org.jboss.test.cmp2.idxandusersql.ejb; 5 6 9 public abstract class CMR1CMP 10 extends org.jboss.test.cmp2.idxandusersql.ejb.CMR1Bean 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 getPKey() ; 45 46 public abstract void setPKey( java.lang.String PKey ) ; 47 48 public abstract java.lang.String getFoo1() ; 49 50 public abstract void setFoo1( java.lang.String foo1 ) ; 51 52 public abstract java.lang.String getBar1() ; 53 54 public abstract void setBar1( java.lang.String bar1 ) ; 55 56 } 57 | Popular Tags |