|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.fencedb.base
Class Participation

java.lang.Objectorg.fencedb.base.BaseObject
org.fencedb.base.Participation
- All Implemented Interfaces:
- java.io.Serializable
- public class Participation
- extends BaseObject
Description of the Class
| Field Summary | |
private Competition |
competition
|
private int |
competitionId
|
private Fencer |
fencer
|
private int |
fencerId
|
private int |
place
|
| Fields inherited from class org.fencedb.base.BaseObject |
|
| Constructor Summary | |
Participation()
Constructor for the Participation object |
|
Participation(Fencer fencer,
int fencerId,
Competition competition,
int competitionId,
int place)
Constructor for the Participation object |
|
| Method Summary | |
Competition |
getCompetition()
Gets the competition attribute of the Participation object |
int |
getCompetitionId()
Gets the competitionId attribute of the Participation object |
Fencer |
getFencer()
Gets the fencer attribute of the Participation object |
int |
getFencerId()
Gets the fencerId attribute of the Participation object |
int |
getPlace()
Gets the place attribute of the Participation object |
void |
setCompetition(Competition competition)
Sets the competition attribute of the Participation object |
void |
setCompetitionId(int competitionId)
Sets the competitionId attribute of the Participation object |
void |
setFencer(Fencer fencer)
Sets the fencer attribute of the Participation object |
void |
setFencerId(int fencerId)
Sets the fencerId attribute of the Participation object |
void |
setPlace(int place)
Sets the place attribute of the Participation object |
| Methods inherited from class org.fencedb.base.BaseObject |
getBaseId, setBaseId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
fencer
private Fencer fencer
fencerId
private int fencerId
competition
private Competition competition
competitionId
private int competitionId
place
private int place
| Constructor Detail |
Participation
public Participation()
- Constructor for the Participation object
Participation
public Participation(Fencer fencer, int fencerId, Competition competition, int competitionId, int place)
- Constructor for the Participation object
| Method Detail |
setFencer
public void setFencer(Fencer fencer)
- Sets the fencer attribute of the Participation object
setFencerId
public void setFencerId(int fencerId)
- Sets the fencerId attribute of the Participation object
setCompetition
public void setCompetition(Competition competition)
- Sets the competition attribute of the Participation object
setCompetitionId
public void setCompetitionId(int competitionId)
- Sets the competitionId attribute of the Participation object
setPlace
public void setPlace(int place)
- Sets the place attribute of the Participation object
getFencer
public Fencer getFencer()
- Gets the fencer attribute of the Participation object
getFencerId
public int getFencerId()
- Gets the fencerId attribute of the Participation object
getCompetition
public Competition getCompetition()
- Gets the competition attribute of the Participation object
getCompetitionId
public int getCompetitionId()
- Gets the competitionId attribute of the Participation object
getPlace
public int getPlace()
- Gets the place attribute of the Participation object
|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC