Last change
on this file since 55 was
50,
checked in by duh, 13 years ago
|
-removed nimble (to reimplement it in the next commit)
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
426 bytes
|
Line | |
---|
1 | import nimble.* |
---|
2 | |
---|
3 | /** |
---|
4 | * Study Domain |
---|
5 | * |
---|
6 | * @author email2gajula@gmail.com |
---|
7 | * @since 20091019 |
---|
8 | * |
---|
9 | * Revision information: |
---|
10 | * $Rev: 50 $ |
---|
11 | * $Author: duh $ |
---|
12 | * $Date: 2009-11-06 12:24:35 +0000 (vr, 06 nov 2009) $ |
---|
13 | */ |
---|
14 | class Study { |
---|
15 | |
---|
16 | String title |
---|
17 | String description |
---|
18 | String code |
---|
19 | String researchQuestion |
---|
20 | Date startDate |
---|
21 | String ecCode |
---|
22 | Date created |
---|
23 | Date modified |
---|
24 | //User owner |
---|
25 | |
---|
26 | static constraints = { |
---|
27 | } |
---|
28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.