Groovy Documentation

[Groovy] Class Competition

java.lang.Object
  Competition

class Competition

Property Summary
ActionType action

java.lang.Double balancingCostOver

java.lang.Double balancingCostUnder

CompetitionStatus competitionStatus

static java.lang.Object constraints

java.lang.Boolean current

java.util.Date currentCompetitionTime

java.lang.Integer deactivateTimeslotsAhead

java.lang.String description

java.lang.Long durationBetweenShifts

java.lang.Long initialDuration

java.lang.String name

java.lang.Integer participantCount

java.lang.Long serverId

java.util.Date simulationStartTime

java.lang.Integer timeslotLength

java.lang.Integer timeslotsOpen

java.lang.Integer timeslotsOverall

 
Constructor Summary
Competition()

 
Method Summary
void copyPropertiesFrom(Competition other)

java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

action

ActionType action


balancingCostOver

java.lang.Double balancingCostOver


balancingCostUnder

java.lang.Double balancingCostUnder


competitionStatus

CompetitionStatus competitionStatus


constraints

static java.lang.Object constraints


current

java.lang.Boolean current


currentCompetitionTime

java.util.Date currentCompetitionTime


deactivateTimeslotsAhead

java.lang.Integer deactivateTimeslotsAhead


description

java.lang.String description


durationBetweenShifts

java.lang.Long durationBetweenShifts


initialDuration

java.lang.Long initialDuration


name

java.lang.String name


participantCount

java.lang.Integer participantCount


serverId

java.lang.Long serverId


simulationStartTime

java.util.Date simulationStartTime


timeslotLength

java.lang.Integer timeslotLength


timeslotsOpen

java.lang.Integer timeslotsOpen


timeslotsOverall

java.lang.Integer timeslotsOverall


 
Constructor Detail

Competition

Competition()


 
Method Detail

copyPropertiesFrom

void copyPropertiesFrom(Competition other)


toString

java.lang.String toString()


 

Groovy Documentation