source:
trunk/grails-app/domain/dbnp/transcriptomics/magetab/idf/Factor.groovy
@
83
Last change on this file since 83 was 83, checked in by ademcan, 12 years ago | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | package dbnp.transcriptomics.magetab.idf |
2 | |
3 | class Factor { |
4 | |
5 | String name |
6 | OntologyTerm type |
7 | |
8 | static constraints = { |
9 | name(nullable:true,blank:true) |
10 | type(nullable: true, blank:true) |
11 | } |
12 | } |
Note: See TracBrowser
for help on using the repository browser.