1 4 package org.jboss.test.cmp2.cmrstress.interfaces; 5 6 9 public interface Parent 10 extends javax.ejb.EJBObject 11 { 12 15 public java.lang.String getId( ) 16 throws java.rmi.RemoteException ; 17 18 21 public void setId( java.lang.String id ) 22 throws java.rmi.RemoteException ; 23 24 27 public java.util.Set getChildren( ) 28 throws java.rmi.RemoteException ; 29 30 33 public void setChildren( java.util.Set children ) 34 throws java.rmi.RemoteException ; 35 36 39 public java.util.Map getPropertyMap( ) 40 throws java.rmi.RemoteException ; 41 42 45 public void addChild( int k,java.lang.String field1,java.lang.String field2 ) 46 throws javax.ejb.CreateException , java.rmi.RemoteException ; 47 48 } 49 | Popular Tags |