- Timestamp:
- Jan 27, 2010, 9:58:59 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/ProtocolInstance.groovy
r112 r139 1 1 package dbnp.studycapturing 2 3 // this class is now obsolete, should be deleted by Jahn when he's done with Event controller/views 2 4 3 5 /** … … 9 11 10 12 11 // TODO: check how the values can be indexed so that they can be mapped to their respective parameters (should we use maps here?)12 static hasMany = [values : ProtocolParameterInstance]13 13 static constraints = { 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.