Changeset 352 for trunk/grails-app/domain
- Timestamp:
- Apr 20, 2010, 9:29:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r345 r352 13 13 nimble.User owner 14 14 String title 15 16 // TODO: The following 4 fields should be moved into templates17 String code18 String researchQuestion19 String description20 String ecCode21 22 15 Date dateCreated 23 16 Date lastUpdated 24 17 Date startDate 18 19 // TODO: The following 4 fields should be moved into templates 20 //String code 21 //String researchQuestion 22 //String description 23 //String ecCode 24 25 25 26 26 static hasMany = [
Note: See TracChangeset
for help on using the changeset viewer.