Ignore:
Timestamp:
Jan 13, 2010, 1:55:45 PM (13 years ago)
Author:
keesvb
Message:

updated domain classes: added comments, carried out some normalization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/EventDescription.groovy

    r81 r84  
    11package dbnp.studycapturing
    22
     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 */
    38class EventDescription {
    49
Note: See TracChangeset for help on using the changeset viewer.