Last change
on this file since 84 was
84,
checked in by keesvb, 12 years ago
|
updated domain classes: added comments, carried out some normalization
|
File size:
488 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * Description of an event. Actual events are described by instances of the Event class. |
---|
5 | * For the moment, EventDescription is not linked to a specific study or user. |
---|
6 | * This means that the user can add events of all possible event types as defined by the (global) EventDescription collection. |
---|
7 | */ |
---|
8 | class EventDescription { |
---|
9 | |
---|
10 | String name |
---|
11 | String description |
---|
12 | Term classification |
---|
13 | ProtocolInstance protocol |
---|
14 | |
---|
15 | |
---|
16 | static constraints = { |
---|
17 | } |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.