- Timestamp:
- Jan 13, 2010, 1:55:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/ProtocolParameter.groovy
r80 r84 1 1 package dbnp.studycapturing 2 2 3 /** 4 * The ProtocolParameter class describes a protocol parameter, and belongs to the Protocol class. 5 * Actual values of this parameter are stored in the corresponding field of the ProtocolInstance class. 6 */ 3 7 class ProtocolParameter { 4 8 … … 9 13 Term reference 10 14 11 static hasMany = [listEntries : String] 15 static hasMany = [listEntries : String] // to store the entries to choose from when the type is 'item from predefined list' 12 16 13 17 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.