Changeset 431 for trunk/grails-app/domain
- Timestamp:
- Mar 5, 2010, 12:45:43 PM (15 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Entry.groovy
r98 r431 3 3 Task task 4 4 EntryType entryType 5 ProductionReference productionReference 6 5 7 String comment 6 8 Date dateDone = new Date() … … 17 19 durationHour(min:0,max:16) 18 20 durationMinute(min:0,max:59) 19 21 productionReference(nullable: true) 20 22 } 21 23
Note: See TracChangeset
for help on using the changeset viewer.