source:
trunk/grails-app/domain/magetab/adf/MatrixColumn.groovy
@
58
Last change on this file since 58 was 58, checked in by ademcan, 14 years ago | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | package magetab.adf |
2 | |
3 | class MatrixColumn { |
4 | |
5 | Integer columnNumber |
6 | String[] columnData |
7 | Node columnHeader |
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.