Last change
on this file since 70 was
70,
checked in by keesvb, 11 years ago
|
updated to Grails 1.2, restructured packages, added some domain classes, removed obsolete code
|
-
Property svn:keywords set to
Rev Date Author
|
File size:
306 bytes
|
Line | |
---|
1 | package dbnp.transcriptomics.magetab.adf |
---|
2 | |
---|
3 | class MatrixColumn { |
---|
4 | |
---|
5 | int columnNumber |
---|
6 | String columnData |
---|
7 | dbnp.transcriptomics.magetab.sdrf.Node columnHeader |
---|
8 | dbnp.transcriptomics.magetab.idf.OntologyTerm quantitationType |
---|
9 | |
---|
10 | static constraints = { |
---|
11 | quantitationType(nullable:true) |
---|
12 | } |
---|
13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.