Last change
on this file since 184 was
184,
checked in by keesvb, 13 years ago
|
Deleted transcriptomics data model: moved some classes to study capture, the rest goes to the transcriptomics submodule. Added module location description for assays. Added Compound entity.
|
File size:
351 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | class Publication { |
---|
4 | |
---|
5 | String title |
---|
6 | String pubMedID |
---|
7 | String DOI |
---|
8 | String authorsList |
---|
9 | String comments |
---|
10 | |
---|
11 | static constraints = { |
---|
12 | pubMedID(nullable:true,blank:true) |
---|
13 | DOI(nullable:true,blank:true) |
---|
14 | authorsList(nullable:true,blank:true) |
---|
15 | comments(nullable:true,blank:true) |
---|
16 | } |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.