de.kosi.model.tournament
Class PairTournamentConfiguration

java.lang.Object
  |
  +--de.kosi.model.tournament.PairTournamentConfiguration
All Implemented Interfaces:
java.io.Serializable, TournamentConfiguration

public class PairTournamentConfiguration
extends java.lang.Object
implements TournamentConfiguration

See Also:
Serialized Form

Fields inherited from interface de.kosi.model.tournament.TournamentConfiguration
LEAVE
 
Constructor Summary
PairTournamentConfiguration(PairTournament pairTournament)
           
 
Method Summary
 View getView()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PairTournamentConfiguration

public PairTournamentConfiguration(PairTournament pairTournament)
Method Detail

getView

public View getView()
Specified by:
getView in interface TournamentConfiguration