source: trunk/grails-app/domain/dbnp/studycapturing/EventDescription.groovy @ 81

Last change on this file since 81 was 81, checked in by keesvb, 14 years ago

updated domain classes: added event description, sample and assay

File size: 185 bytes
RevLine 
[81]1package dbnp.studycapturing
2
3class EventDescription {
4
5    String name
6    String description
7    Term classification
8    ProtocolInstance protocol
9
10
11    static constraints = {
12    }
13}
Note: See TracBrowser for help on using the repository browser.