source: trunk/grails-app/domain/magetab/adf/Reporter.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: 330 bytes
Line 
1package magetab.adf
2
3class Reporter {
4
5    String name
6    String sequence
7    magetab.idf.OntologyTerm group
8    magetab.idf.OntologyTerm controlType
9    magetab.idf.OntologyTerm databaseEntry
10
11    static constraints ={
12        group(nullable:true)
13        controlType(nullable:true)
14        databaseEntry(nullable:true)
15    }
16}
Note: See TracBrowser for help on using the repository browser.