- Timestamp:
- Aug 6, 2010, 12:20:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Publication.groovy
r754 r783 7 7 * and are not connected to Study instances via a cascading relation. 8 8 */ 9 class Publication implements Serializable{9 class Publication extends Identity { 10 10 String title 11 11 String pubMedID
Note: See TracChangeset
for help on using the changeset viewer.