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