Last change
on this file since 31 was
31,
checked in by gajula, 13 years ago
|
Added Keyword Expansion *.groovy
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
382 bytes
|
Line | |
---|
1 | /** |
---|
2 | * Species Domain |
---|
3 | * |
---|
4 | * @author email2gajula@gmail.com |
---|
5 | * @since 20091019 |
---|
6 | * |
---|
7 | * Revision information: |
---|
8 | * $Rev: 31 $ |
---|
9 | * $Author: gajula $ |
---|
10 | * $Date: 2009-10-26 14:17:02 +0000 (ma, 26 okt 2009) $ |
---|
11 | */ |
---|
12 | |
---|
13 | |
---|
14 | class Data { |
---|
15 | |
---|
16 | String name |
---|
17 | Date created |
---|
18 | Date modified |
---|
19 | Integer StudyType |
---|
20 | String URI |
---|
21 | Integer Sample |
---|
22 | Integer DataType |
---|
23 | Integer Data |
---|
24 | |
---|
25 | static constraints = { |
---|
26 | } |
---|
27 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.