Last change
on this file since 389 was
389,
checked in by duh, 13 years ago
|
- reverted changes of revisions 386, 387 and 388 as they completely broke the repository (you need to get cake now! ;)
- committed development version of modified study capture wizard (works until events)
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
407 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: 389 $ |
---|
10 | * $Author: duh $ |
---|
11 | * $Date: 2010-04-28 14:28:39 +0000 (wo, 28 apr 2010) $ |
---|
12 | */ |
---|
13 | class Subject extends TemplateEntity implements Serializable { |
---|
14 | static searchable = true |
---|
15 | String name |
---|
16 | Term species |
---|
17 | |
---|
18 | Map giveDomainFields() { |
---|
19 | return ['name':TemplateFieldType.STRING,'species':TemplateFieldType.ONTOLOGYTERM] |
---|
20 | } |
---|
21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.