|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Local interface for the Student bean.
Method Summary | |
java.util.Collection |
getCourseList()
Returns a Collection of all Courses that the student is
currently enrolled in (CMR field). |
java.lang.String |
getGender()
Returns the gender of the student (CMP field). |
int |
getId()
Returns the student's ID (CMP field). |
java.lang.String |
getName()
Returns the student's name (CMP field). |
java.lang.String |
getPassword()
Returns the password associated with this student. |
void |
setGender(java.lang.String gender)
Sets the gender of the student (CMP field). |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Methods inherited from interface java.security.Principal |
equals, hashCode, toString |
Method Detail |
public int getId()
public java.lang.String getName()
getName
in interface java.security.Principal
public java.lang.String getPassword()
public java.lang.String getGender()
public void setGender(java.lang.String gender)
public java.util.Collection getCourseList()
Collection
of all Courses that the student is
currently enrolled in (CMR field).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |