Last change
on this file since 80 was
80,
checked in by keesvb, 14 years ago
|
added Event and ProtocolInstance? classes, updated DataSource? to work with 1.2, added packages to dbnp.transcriptomics.data classes, added a number of scaffold controllers, added Selenium tests
|
File size:
213 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | class ProtocolInstance { |
---|
4 | |
---|
5 | Protocol protocol |
---|
6 | |
---|
7 | static hasMany = [stringParameters : String, numberParameters : double, listParameters: long] |
---|
8 | |
---|
9 | static constraints = { |
---|
10 | } |
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.