is.idega.idegaweb.golf.handicap.cba.business
Class CBACorrectionHolder

java.lang.Object
  extended by is.idega.idegaweb.golf.handicap.cba.business.CBACorrectionHolder

public class CBACorrectionHolder
extends java.lang.Object


Constructor Summary
CBACorrectionHolder()
           
 
Method Summary
 void addToGroupI()
           
 void addToGroupII()
           
 void addToGroupIII()
           
 void addToGroupIV()
           
 void addToGroupV()
           
 void addToOver()
           
 void addToOver34()
           
 int getGroupIToIVCount()
           
 int getMinPoints()
           
 int getNumberInGroupI()
           
 int getNumberInGroupII()
           
 int getNumberInGroupIII()
           
 int getNumberInGroupIV()
           
 int getNumberInGroupV()
           
 int getNumberOfParticipants()
           
 int getNumberOver()
           
 int getNumberOver34()
           
 int getPoints()
           
 TournamentRound getRound()
           
 int getTotalNumberOfParticipants()
           
 boolean hasOnlyGroupsIVAndV()
           
 boolean hasOnlyGroupV()
           
 boolean isDecreaseOnly()
           
 boolean isNotCBACompliant()
           
 void setDecreaseOnly(boolean decreaseOnly)
           
 void setMinPoints(int minPoints)
           
 void setNotCBACompliant(boolean notCBACompliant)
           
 void setPoints(int points)
           
 void setRound(TournamentRound round)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBACorrectionHolder

public CBACorrectionHolder()
Method Detail

getRound

public TournamentRound getRound()

setRound

public void setRound(TournamentRound round)

getNumberInGroupI

public int getNumberInGroupI()

addToGroupI

public void addToGroupI()

getNumberInGroupII

public int getNumberInGroupII()

addToGroupII

public void addToGroupII()

getNumberInGroupIII

public int getNumberInGroupIII()

addToGroupIII

public void addToGroupIII()

getNumberInGroupIV

public int getNumberInGroupIV()

addToGroupIV

public void addToGroupIV()

getNumberInGroupV

public int getNumberInGroupV()

addToGroupV

public void addToGroupV()

getNumberOfParticipants

public int getNumberOfParticipants()

getTotalNumberOfParticipants

public int getTotalNumberOfParticipants()

hasOnlyGroupsIVAndV

public boolean hasOnlyGroupsIVAndV()

hasOnlyGroupV

public boolean hasOnlyGroupV()

getGroupIToIVCount

public int getGroupIToIVCount()

getNumberOver

public int getNumberOver()

addToOver

public void addToOver()

getNumberOver34

public int getNumberOver34()

addToOver34

public void addToOver34()

getPoints

public int getPoints()

setPoints

public void setPoints(int points)

isDecreaseOnly

public boolean isDecreaseOnly()

setDecreaseOnly

public void setDecreaseOnly(boolean decreaseOnly)

isNotCBACompliant

public boolean isNotCBACompliant()

setNotCBACompliant

public void setNotCBACompliant(boolean notCBACompliant)

getMinPoints

public int getMinPoints()

setMinPoints

public void setMinPoints(int minPoints)


Copyright © 2000-2014 idega software. All Rights Reserved.