|
|||||||||
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). |
House |
getHouse()
returns the House that this Student belongs to (CMR field). |
java.lang.String |
getName()
Returns the student's name (CMP field). |
void |
setGender(java.lang.String gender)
Sets the gender of the student (CMP field). |
void |
setHouse(House house)
sets the House that this Student is to belong to (CMR field). |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String getName()
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).public House getHouse()
House
that this Student belongs to (CMR field).public void setHouse(House house)
House
that this Student is to belong to (CMR field).house
- new House that this Student will belong to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |