Last change
on this file since 359 was
359,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
293 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | import dbnp.data.Term |
---|
4 | |
---|
5 | /** |
---|
6 | * This domain class describes the subjects in a study. |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 359 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2010-04-20 12:42:20 +0000 (di, 20 apr 2010) $ |
---|
12 | */ |
---|
13 | class Subject extends TemplateEntity implements Serializable { |
---|
14 | static searchable = true |
---|
15 | String name |
---|
16 | Term species |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.