/* * Generated by XDoclet - Do not edit! */ package org.jboss.test.cmp2.fkmapping.ejb; /** * Local interface for Child. */ public interface ChildLocal extends javax.ejb.EJBLocalObject { public java.lang.Long getId( ) ; public java.lang.String getFirstName( ) ; /** * Non-null CMP field mapped to the foreign key field Used as a read-only field to verify correctness of INSERT */ public java.lang.Long getMotherId( ) ; /** * Non-null CMP field mapped to the foreign key field Used as a read-only field to verify correctness of INSERT */ public java.lang.String getMotherName( ) ; public org.jboss.test.cmp2.fkmapping.ejb.ParentLocal getMother( ) ; public void setMother( org.jboss.test.cmp2.fkmapping.ejb.ParentLocal parent ) ; }