source: trunk/src/groovy/org/gnumims/RichUiCalendarItem.groovy @ 585

Last change on this file since 585 was 585, checked in by gav, 14 years ago

First draft of displaying work load on task calendar, see ticket #66.

File size: 169 bytes
Line 
1package org.gnumims
2
3class RichUiCalendarItem {
4
5    Long id = 0
6    String text = ''
7    Date date = new Date()
8
9    String toString() {
10        "${this.text}"
11    }
12
13}
Note: See TracBrowser for help on using the repository browser.