example.cmp.map
Interface Student

All Superinterfaces:
javax.ejb.EJBLocalObject

public interface Student
extends javax.ejb.EJBLocalObject

Local interface for the Student bean.


Method Summary
 java.util.Map getGrades()
          Returns the student's grades.
 java.lang.String getName()
          Returns the student's name.
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

getName

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

getGrades

public java.util.Map getGrades()
Returns the student's grades. The grades are indexed by the courses.