Last change
on this file since 35 was
35,
checked in by keesvb, 11 years ago
|
added jquery-ui manually (install-jquery-plugin seems broken) and added Study scaffold
|
-
Property svn:keywords set to
Date Author Rev
|
File size:
393 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Study Domain |
---|
3 | * |
---|
4 | * @author email2gajula@gmail.com |
---|
5 | * @since 20091019 |
---|
6 | * |
---|
7 | * Revision information: |
---|
8 | * $Rev: 35 $ |
---|
9 | * $Author: keesvb $ |
---|
10 | * $Date: 2009-10-28 15:08:08 +0000 (wo, 28 okt 2009) $ |
---|
11 | */ |
---|
12 | |
---|
13 | class Study { |
---|
14 | |
---|
15 | String title |
---|
16 | String description |
---|
17 | String code |
---|
18 | String researchQuestion |
---|
19 | Date startDate |
---|
20 | Integer ecCode |
---|
21 | Date created |
---|
22 | Date modified |
---|
23 | |
---|
24 | static constraints = { |
---|
25 | } |
---|
26 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.