example.cmp.id
Interface Student

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Student
extends javax.ejb.EJBLocalObject

Local interface for the Student bean.


Method Summary
 java.lang.String getName()
          Returns the student's name.
 Quidditch getQuidditch()
          Returns the student's quidditch scores.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

public java.lang.String getName()
Returns the student's name.

getQuidditch

public Quidditch getQuidditch()
Returns the student's quidditch scores.