source:
trunk/grails-app/domain/Experiment.groovy
@
17
Last change on this file since 17 was 17, checked in by gajula, 13 years ago | |
---|---|
File size: 176 bytes |
Line | |
---|---|
1 | class Experiment { |
2 | |
3 | String name |
4 | String description |
5 | Date created |
6 | Date modified |
7 | Integer Study |
8 | |
9 | static constraints = { |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.