|
|||||||||
| Home >> All >> org >> fenceui >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fenceui.beans
Class CompetitionResultList

java.lang.Objectorg.fenceui.beans.CompetitionResultList
- public class CompetitionResultList
- extends java.lang.Object
Description of the Class
| Field Summary | |
(package private) int |
index
|
(package private) java.util.List |
resultList
|
| Constructor Summary | |
CompetitionResultList(java.util.List resultList)
Constructor for the FencerList object |
|
| Method Summary | |
org.fencedb.base.Competition |
getCompetition()
Gets the competition attribute of the CompetitionResultList object |
java.lang.String |
getCompetitionName()
Gets the competitionName attribute of the CompetitionResultList object |
org.fencedb.base.Participation |
getParticipation()
Gets the fencer attribute of the FencerList object |
java.lang.String |
getPlace()
Gets the place attribute of the CompetitionResultList object |
int |
getSize()
Gets the size attribute of the FencerList object |
void |
setIndex(int index)
Sets the index attribute of the FencerList object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
resultList
java.util.List resultList
index
int index
| Constructor Detail |
CompetitionResultList
public CompetitionResultList(java.util.List resultList)
- Constructor for the FencerList object
| Method Detail |
getSize
public int getSize()
- Gets the size attribute of the FencerList object
setIndex
public void setIndex(int index)
- Sets the index attribute of the FencerList object
getParticipation
public org.fencedb.base.Participation getParticipation()
- Gets the fencer attribute of the FencerList object
getCompetition
public org.fencedb.base.Competition getCompetition()
- Gets the competition attribute of the CompetitionResultList object
getCompetitionName
public java.lang.String getCompetitionName()
- Gets the competitionName attribute of the CompetitionResultList object
getPlace
public java.lang.String getPlace()
- Gets the place attribute of the CompetitionResultList object
|
|||||||||
| Home >> All >> org >> fenceui >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.fenceui.beans.CompetitionResultList