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

Adding magetab.adf and magetab.sdrf domain classes

File size: 236 bytes
Line 
1package magetab.adf
2
3class 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.