Changeset 375 for trunk/grails-app/domain/dbnp/studycapturing/Sample.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/Sample.groovy
r359 r375 16 16 // a member that describes the quantity of the sample? --> should be in the templates 17 17 18 Map giveDomainFields() { 19 return ['name':TemplateFieldType.STRING,'material':TemplateFieldType.ONTOLOGYTERM] 20 } 21 18 22 static constraints = { 19 23 parentSubject(nullable:true)
Note: See TracChangeset
for help on using the changeset viewer.