Last change
on this file since 190 was
190,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Rev Date Author
|
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.