grails-app.domain
Class Game

Field Summary
 def belongsTo
           
 def constraints
           
 Date gameTime
           
 Integer homeScore
           
 Team homeTeam
           
 String location
           
 Integer visitorScore
           
 Team visitorTeam
           
 
Constructor Summary
Game()
           
 
Method Summary
 

Constructor Detail

Game

Game()


Method Detail