Last change
on this file since 162 was
162,
checked in by duh, 13 years ago
|
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
502 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | import dbnp.data.Term |
---|
4 | |
---|
5 | /** |
---|
6 | * Description of an event. Actual events are described by instances of the Event class. |
---|
7 | * For the moment, EventDescription is not linked to a specific study or user. |
---|
8 | * This means that the user can add events of all possible event types as defined by the (global) EventDescription collection. |
---|
9 | */ |
---|
10 | class EventDescription { |
---|
11 | |
---|
12 | String name |
---|
13 | String description |
---|
14 | Term classification |
---|
15 | Protocol protocol |
---|
16 | |
---|
17 | static constraints = { |
---|
18 | } |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.