Groovy Documentation

[Groovy] Class Forecast

java.lang.Object
  Forecast

class Forecast

Property Summary
static java.lang.Object belongsTo

Competition competition

java.util.Date competitionTime

static java.lang.Object constraints

java.lang.Double forecastValue

Product product

java.lang.Long serverId

 
Constructor Summary
Forecast()

 
Method Summary
 
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

belongsTo

static java.lang.Object belongsTo


competition

Competition competition


competitionTime

java.util.Date competitionTime


constraints

static java.lang.Object constraints


forecastValue

java.lang.Double forecastValue


product

Product product


serverId

java.lang.Long serverId


 
Constructor Detail

Forecast

Forecast()


 

Groovy Documentation