source:
trunk/src/groovy/org/gnumims/RichUiCalendarItem.groovy
@
671
Last change on this file since 671 was 585, checked in by , 14 years ago | |
---|---|
File size: 169 bytes |
Line | |
---|---|
1 | package org.gnumims |
2 | |
3 | class 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.