Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.fencedb.base.Competition

Uses of Competition in org.fencedb.base
 

Fields in org.fencedb.base declared as Competition
private  Competition Participation.competition
           
private  Competition Bout.competition
           
private  Competition Ranking.afterCompetition
           
 

Methods in org.fencedb.base that return Competition
 Competition Participation.getCompetition()
          Gets the competition attribute of the Participation object
 Competition Bout.getCompetition()
          Gets the competition attribute of the Bout object
 Competition Ranking.getAfterCompetition()
          Gets the afterCompetition attribute of the Ranking object
 

Methods in org.fencedb.base with parameters of type Competition
 void Participation.setCompetition(Competition competition)
          Sets the competition attribute of the Participation object
 void Bout.setCompetition(Competition competition)
          Sets the competition attribute of the Bout object
 void Ranking.setAfterCompetition(Competition afterCompetition)
          Sets the afterCompetition attribute of the Ranking object
 

Constructors in org.fencedb.base with parameters of type Competition
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