1 4 package test.interfaces; 5 6 13 public interface AddressLocal 14 extends javax.ejb.EJBLocalObject  15 { 16 17 public test.interfaces.AddressValue getAddressValue( ) ; 18 19 public void setAddressValue( test.interfaces.AddressValue v ) ; 20 21 24 public int getReadOnly( ) ; 25 26 29 public java.util.Date getCreationDate( ) ; 30 31 public void setCreationDate( java.util.Date creationDate ) ; 32 33 } 34 | Popular Tags |