Changeset 40 for trunk/grails-app/domain
- Timestamp:
- Oct 29, 2009, 5:46:11 PM (13 years ago)
- Location:
- trunk/grails-app/domain
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/Experiment.groovy
r31 r40 17 17 Date created 18 18 Date modified 19 Integer Study19 Study study 20 20 21 21 static constraints = { -
trunk/grails-app/domain/Study.groovy
r35 r40 18 18 String researchQuestion 19 19 Date startDate 20 IntegerecCode20 String ecCode 21 21 Date created 22 22 Date modified 23 gscf.User owner 23 24 24 25 static constraints = {
Note: See TracChangeset
for help on using the changeset viewer.