Ignore:
Timestamp:
Jan 11, 2010, 10:33:01 AM (13 years ago)
Author:
keesvb
Message:

updated domain classes: added event description, sample and assay

File:
1 edited

Legend:

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

    r80 r81  
    55    Protocol protocol
    66
    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]
    89
    910    static constraints = {
Note: See TracChangeset for help on using the changeset viewer.