source:
trunk/grails-app/domain/dbnp/studycapturing/Term.groovy
@
77
Last change on this file since 77 was 77, checked in by keesvb, 13 years ago | |
---|---|
File size: 142 bytes |
Rev | Line | |
---|---|---|
[77] | 1 | package dbnp.studycapturing |
2 | ||
3 | class Term { | |
4 | ||
5 | String name | |
6 | Ontology ontology | |
7 | long accessionNumber | |
8 | ||
9 | static constraints = { | |
10 | } | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.