Last change
on this file since 64 was
64,
checked in by ademcan, 11 years ago
|
Loading new magetab data in the database from IDF file.
|
File size:
352 bytes
|
Line | |
---|
1 | package magetab.idf |
---|
2 | |
---|
3 | class OntologyTerm { |
---|
4 | |
---|
5 | String text |
---|
6 | String category |
---|
7 | String accessionNumber |
---|
8 | // magetab.adf.TermSource termSource |
---|
9 | |
---|
10 | |
---|
11 | static constraints = { |
---|
12 | // termSource(nullable: true) |
---|
13 | text(nullable:true,blank:true) |
---|
14 | category(nullable:true,blank:true) |
---|
15 | accessionNumber(nullable:true,blank:true) |
---|
16 | } |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.