|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Local interface for the Quidditch bean.
Method Summary | |
int |
getPoints()
Returns the number of points the player has earned this season. |
java.lang.String |
getPosition()
Returns the player's position. |
Student |
getStudent()
Returns the student. |
void |
setPoints(int points)
Sets the number of points the player has earned this season. |
void |
setPosition(java.lang.String position)
Sets the player's position. |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public Student getStudent()
public java.lang.String getPosition()
public void setPosition(java.lang.String position)
public int getPoints()
public void setPoints(int points)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |