Changeset 960 for trunk/grails-app/domain
- Timestamp:
- Oct 21, 2010, 12:24:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
r959 r960 54 54 // The parent subject is optional, e.g. in a biobank of samples the subject could be unknown or non-existing. 55 55 parentSubject(nullable:true) 56 56 // The same holds for parentEvent 57 parentEvent(nullable:true) 58 57 59 // The material domain field is optional 58 60 material(nullable: true)
Note: See TracChangeset
for help on using the changeset viewer.