public class DocumentParticipantImpl extends Object implements DocumentParticipant
| Constructor and Description |
|---|
DocumentParticipantImpl(Occupation role,
AuthorParticipant participant) |
DocumentParticipantImpl(Role role,
AuthorParticipant participant) |
| Modifier and Type | Method and Description |
|---|---|
AuthorParticipant |
getParticipant() |
Role |
getRole() |
public DocumentParticipantImpl(Role role, AuthorParticipant participant)
public DocumentParticipantImpl(Occupation role, AuthorParticipant participant)
public AuthorParticipant getParticipant()
getParticipant in interface DocumentParticipantpublic Role getRole()
getRole in interface DocumentParticipantCopyright © 2021. All rights reserved.