Changeset 112


Ignore:
Timestamp:
Jan 25, 2010, 8:42:50 AM (14 years ago)
Author:
jahn
Message:

Committed as part of Event editing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/ProtocolInstance.groovy

    r84 r112  
    88    Protocol protocol
    99
    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]
    1210
     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]
    1313    static constraints = {
    1414    }
Note: See TracChangeset for help on using the changeset viewer.