source:
trunk/grails-app/domain/magetab/adf/MatrixColumn.groovy
@
59
Last change on this file since 59 was 59, checked in by ademcan, 11 years ago | |
---|---|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[58] | 1 | package magetab.adf |
2 | ||
3 | class MatrixColumn { | |
4 | ||
[59] | 5 | int columnNumber |
6 | String columnData | |
7 | magetab.sdrf.Node columnHeader | |
[58] | 8 | magetab.idf.OntologyTerm quantitationType |
9 | ||
10 | static constrainst = { | |
11 | quantitationType(nullable:true) | |
12 | } | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.