source:
trunk/grails-app/domain/Data.groovy
@
17
Last change on this file since 17 was 17, checked in by gajula, 13 years ago | |
---|---|
File size: 376 bytes |
Rev | Line | |
---|---|---|
[17] | 1 | /** |
2 | * Data Domain Class | |
3 | * @Author Prasad Gajula | |
4 | * @Since 20091019 | |
5 | * | |
6 | * Revision information: | |
7 | * $Rev: | |
8 | * $Author: | |
9 | * $Date: | |
10 | */ | |
11 | ||
12 | class Data { | |
13 | ||
14 | String name | |
15 | Date created | |
16 | Date modified | |
17 | Integer StudyType | |
18 | String URI | |
19 | Integer Sample | |
20 | Integer DataType | |
21 | Integer Data | |
22 | ||
23 | static constraints = { | |
24 | } | |
25 | } |
Note: See TracBrowser
for help on using the repository browser.