source:
trunk/grails-app/domain/magetab/idf/OntologyTerm.groovy
@
59
Last change on this file since 59 was 59, checked in by ademcan, 11 years ago | |
---|---|
File size: 220 bytes |
Rev | Line | |
---|---|---|
[56] | 1 | package magetab.idf |
2 | ||
3 | class OntologyTerm { | |
4 | ||
5 | String text | |
6 | String category | |
7 | String accessionNumber | |
[59] | 8 | // magetab.adf.TermSource termSource |
[56] | 9 | |
10 | ||
11 | static constraints = { | |
[59] | 12 | // termSource(nullable: true) |
[56] | 13 | } |
14 | } |
Note: See TracBrowser
for help on using the repository browser.