KickJava   Java API By Example, From Geeks To Geeks.

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


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

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

9 public interface InstituteLocal
10    extends javax.ejb.EJBLocalObject JavaDoc
11 {
12
13    public java.lang.String JavaDoc getInstituteId( ) ;
14
15    public java.lang.String JavaDoc getDescription( ) ;
16
17    public java.util.Collection JavaDoc getDepartments( ) ;
18
19    public void setDepartments( java.util.Collection JavaDoc departments ) ;
20
21 }
22
Popular Tags