|
|||||||||
| 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 Ranking

java.lang.Objectorg.fencedb.base.BaseObject
org.fencedb.base.Ranking
- All Implemented Interfaces:
- java.io.Serializable
- public class Ranking
- extends BaseObject
Description of the Class
| Field Summary | |
private Competition |
afterCompetition
|
private int |
afterCompetitionId
|
private Fencer |
fencer
|
private int |
fencerId
|
private int |
place
|
private java.lang.String |
type
|
| Fields inherited from class org.fencedb.base.BaseObject |
|
| Constructor Summary | |
Ranking()
Constructor for the Ranking object |
|
Ranking(Fencer fencer,
int fencerId,
int place,
Competition afterCompetition,
int afterCompetitionId,
java.lang.String type)
Constructor for the Ranking object |
|
| Method Summary | |
Competition |
getAfterCompetition()
Gets the afterCompetition attribute of the Ranking object |
int |
getAfterCompetitionId()
Gets the afterCompetitionId attribute of the Ranking object |
Fencer |
getFencer()
Gets the fencer attribute of the Ranking object |
int |
getFencerId()
Gets the fencerId attribute of the Ranking object |
int |
getPlace()
Gets the place attribute of the Ranking object |
java.lang.String |
getType()
Gets the type attribute of the Ranking object |
void |
setAfterCompetition(Competition afterCompetition)
Sets the afterCompetition attribute of the Ranking object |
void |
setAfterCompetitionId(int afterCompetitionId)
Sets the afterCompetitionId attribute of the Ranking object |
void |
setFencer(Fencer fencer)
Sets the fencer attribute of the Ranking object |
void |
setFencerId(int fencerId)
Sets the fencerId attribute of the Ranking object |
void |
setPlace(int place)
Sets the place attribute of the Ranking object |
void |
setType(java.lang.String type)
Sets the type attribute of the Ranking 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
place
private int place
afterCompetition
private Competition afterCompetition
afterCompetitionId
private int afterCompetitionId
type
private java.lang.String type
| Constructor Detail |
Ranking
public Ranking()
- Constructor for the Ranking object
Ranking
public Ranking(Fencer fencer, int fencerId, int place, Competition afterCompetition, int afterCompetitionId, java.lang.String type)
- Constructor for the Ranking object
| Method Detail |
setFencer
public void setFencer(Fencer fencer)
- Sets the fencer attribute of the Ranking object
setFencerId
public void setFencerId(int fencerId)
- Sets the fencerId attribute of the Ranking object
setPlace
public void setPlace(int place)
- Sets the place attribute of the Ranking object
setAfterCompetition
public void setAfterCompetition(Competition afterCompetition)
- Sets the afterCompetition attribute of the Ranking object
setAfterCompetitionId
public void setAfterCompetitionId(int afterCompetitionId)
- Sets the afterCompetitionId attribute of the Ranking object
setType
public void setType(java.lang.String type)
- Sets the type attribute of the Ranking object
getFencer
public Fencer getFencer()
- Gets the fencer attribute of the Ranking object
getFencerId
public int getFencerId()
- Gets the fencerId attribute of the Ranking object
getPlace
public int getPlace()
- Gets the place attribute of the Ranking object
getAfterCompetition
public Competition getAfterCompetition()
- Gets the afterCompetition attribute of the Ranking object
getAfterCompetitionId
public int getAfterCompetitionId()
- Gets the afterCompetitionId attribute of the Ranking object
getType
public java.lang.String getType()
- Gets the type attribute of the Ranking object
|
|||||||||
| Home >> All >> org >> fencedb >> [ base overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC