package org.gnumims class RichUiCalendarItem { Long id = 0 String text = '' Date date = new Date() String toString() { "${this.text}" } }