source: trunk/grails-app/domain/magetab/adf/MatrixRow.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: 174 bytes
Line 
1package magetab.adf
2
3class MatrixRow {
4
5
6    Integer rowNumber
7    String[] rowData
8    MatrixRowId matrixRowId
9
10    static constraints = {
11        matrixRowId(true)
12    }
13}
Note: See TracBrowser for help on using the repository browser.