Changeset 138 for trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
- Timestamp:
- Jan 26, 2010, 4:46:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Study.groovy
r136 r138 9 9 * $Date$ 10 10 */ 11 class Study {11 class Study implements Serializable { 12 12 nimble.User owner 13 13 String title … … 21 21 Template template 22 22 23 static hasMany = [ editors: 24 readers:nimble.User,25 subjects:Subject,26 groups:SubjectGroup,27 events:Event,28 samplingEvents:SamplingEvent23 static hasMany = [ editors: nimble.User, 24 readers: nimble.User, 25 subjects: Subject, 26 groups: SubjectGroup, 27 events: Event, 28 samplingEvents: SamplingEvent 29 29 ] 30 30
Note: See TracChangeset
for help on using the changeset viewer.