Last change
on this file since 1446 was
1430,
checked in by work@…, 12 years ago
|
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
532 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * The role of a person, as specified in a StudyPerson relation. |
---|
5 | * Person roles form an independent 'roles list' and are therefore not coupled to a specific StudyPerson relation with belongsTo. |
---|
6 | * Generally, there will only be a few PersonRoles such as PI, lab analyst etc. |
---|
7 | * |
---|
8 | * Revision information: |
---|
9 | * $Rev: 1430 $ |
---|
10 | * $Author: robert@isdat.nl $ |
---|
11 | * $Date: 2011-01-21 20:05:36 +0000 (vr, 21 jan 2011) $ |
---|
12 | */ |
---|
13 | class PersonRole extends nl.grails.plugins.gdt.Identity { |
---|
14 | |
---|
15 | /** The name of the role, such as Project Leader or PI */ |
---|
16 | String name |
---|
17 | |
---|
18 | static constraints = { |
---|
19 | } |
---|
20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.