Changeset 375 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Apr 23, 2010, 11:26:57 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r370 r375 23 23 //String ecCode 24 24 25 Map giveDomainFields() { 26 return ['title':TemplateFieldType.STRING,'startDate':TemplateFieldType.DATE] 27 } 25 28 26 29 static hasMany = [
Note: See TracChangeset
for help on using the changeset viewer.