1 4 package test.ejb.cmr; 5 6 13 public interface EmployeeAddressLocal 14 extends javax.ejb.EJBLocalObject  15 { 16 17 public java.lang.Integer getId( ) ; 18 19 public java.lang.String getDescription( ) ; 20 21 public void setDescription( java.lang.String description ) ; 22 23 public test.ejb.cmr.EmployeeAddressValue getEmployeeAddressValue( ) ; 24 25 public void setEmployeeAddressValue( test.ejb.cmr.EmployeeAddressValue value ) ; 26 27 } 28 | Popular Tags |