class Period { String period boolean isActive = true // static belongsTo = [] // static constraints = { // // } String toString() { "${this.period}" } }