Changeset 112
- Timestamp:
- Jan 25, 2010, 8:42:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/ProtocolInstance.groovy
r84 r112 8 8 Protocol protocol 9 9 10 // TODO: check how the values can be indexed so that they can be mapped to their respective parameters (should we should use maps here?)11 static hasMany = [stringParameterValues : String, numberParameterValues : double, listParameterValues: long]12 10 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.