source: trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy @ 77

Last change on this file since 77 was 77, checked in by keesvb, 13 years ago

sorry, forgot to commit the classes

File size: 131 bytes
Line 
1package dbnp.studycapturing
2
3class Subject {
4
5    Study study
6    String name
7    Term species
8
9    static constraints = {
10    }
11}
Note: See TracBrowser for help on using the repository browser.