source:
trunk/grails-app/domain/dbnp/studycapturing/EventDescription.groovy
@
81
Last change on this file since 81 was 81, checked in by keesvb, 13 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | package dbnp.studycapturing |
2 | |
3 | class 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.