- Timestamp:
- Jun 4, 2010, 12:15:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/StudyPerson.groovy
r496 r527 49 49 * Link table which couples studies with persons and the role they have within the study 50 50 */ 51 class StudyPerson {51 class StudyPerson implements java.io.Serializable { 52 52 Person person 53 53 PersonRole role
Note: See TracChangeset
for help on using the changeset viewer.