- Timestamp:
- Jan 11, 2010, 10:33:01 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/ProtocolInstance.groovy
r80 r81 5 5 Protocol protocol 6 6 7 static hasMany = [stringParameters : String, numberParameters : double, listParameters: long] 7 // TODO: check how the values can be indexed so that they can be mapped to their respective parameters (should we should use maps here?) 8 static hasMany = [stringParameterValues : String, numberParameterValues : double, listParameterValues: long] 8 9 9 10 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.