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