Changeset 18 for trunk/grails-app/domain
- Timestamp:
- Oct 22, 2009, 9:15:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Study.groovy
r16 r18 13 13 class Study { 14 14 15 String name 16 String description 17 Date created 18 Date modified 19 Integer StudyType 20 15 21 static constraints = { 16 22 }
Note: See TracChangeset
for help on using the changeset viewer.