|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Remote interface for a house instance.
Method Summary | |
void |
addStudent(Student student)
Adds a student to the house. |
java.lang.String |
getName()
Returns the house name. |
int |
getPoints()
Returns the number of points for the house. |
java.util.Collection |
getStudentList()
Returns a collection of student beans. |
void |
removeStudent(Student student)
Removes a student from the house. |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.String getName()
public int getPoints()
public java.util.Collection getStudentList()
public void addStudent(Student student)
public void removeStudent(Student student)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |