- Timestamp:
- Jan 13, 2010, 1:55:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/EventDescription.groovy
r81 r84 1 1 package dbnp.studycapturing 2 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 */ 3 8 class EventDescription { 4 9
Note: See TracChangeset
for help on using the changeset viewer.