|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV NEXT | ||||||||
Uses of Class
org.fencedb.base.Fencer
| Uses of Fencer in org.fencedb.base |
| Fields in org.fencedb.base declared as Fencer | |
private Fencer |
Participation.fencer
|
private Fencer |
Bout.fencer1
|
private Fencer |
Bout.fencer2
|
private Fencer |
Ranking.fencer
|
| Methods in org.fencedb.base that return Fencer | |
Fencer |
Participation.getFencer()
Gets the fencer attribute of the Participation object |
Fencer |
Bout.getFencer1()
Gets the fencer1 attribute of the Bout object |
Fencer |
Bout.getFencer2()
Gets the fencer2 attribute of the Bout object |
Fencer |
Bout.getWinner()
Gets the winner attribute of the Bout object |
Fencer |
Ranking.getFencer()
Gets the fencer attribute of the Ranking object |
| Methods in org.fencedb.base with parameters of type Fencer | |
void |
Participation.setFencer(Fencer fencer)
Sets the fencer attribute of the Participation object |
void |
Bout.setFencer1(Fencer fencer1)
Sets the fencer1 attribute of the Bout object |
void |
Bout.setFencer2(Fencer fencer2)
Sets the fencer2 attribute of the Bout object |
void |
Ranking.setFencer(Fencer fencer)
Sets the fencer attribute of the Ranking object |
| Constructors in org.fencedb.base with parameters of type Fencer | |
Participation(Fencer fencer,
int fencerId,
Competition competition,
int competitionId,
int place)
Constructor for the Participation object |
|
Bout(Competition competition,
int competitionId,
Fencer fencer1,
int fencer1Id,
Fencer fencer2,
int fencer2Id,
int score1,
int score2,
java.lang.String type)
Constructor for the Bout object |
|
Ranking(Fencer fencer,
int fencerId,
int place,
Competition afterCompetition,
int afterCompetitionId,
java.lang.String type)
Constructor for the Ranking object |
|
|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV NEXT | ||||||||