KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > test > cmp2 > fkmapping > ejb > ChildUPKLocal


1 /*
2  * Generated by XDoclet - Do not edit!
3  */

4 package org.jboss.test.cmp2.fkmapping.ejb;
5
6 /**
7  * Local interface for ChildUPK.
8  */

9 public interface ChildUPKLocal
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12
13    public java.lang.String JavaDoc getFirstName( ) ;
14
15    public org.jboss.test.cmp2.fkmapping.ejb.ParentLocal getFather( ) ;
16
17    public void setFather( org.jboss.test.cmp2.fkmapping.ejb.ParentLocal parent ) ;
18
19    public org.jboss.test.cmp2.fkmapping.ejb.ParentLocal getMother( ) ;
20
21    public void setMother( org.jboss.test.cmp2.fkmapping.ejb.ParentLocal parent ) ;
22
23 }
24
Popular Tags