public class DispenserParticipationImpl extends Object implements DispenserParticipation
| Modifier and Type | Field and Description |
|---|---|
static Role |
PHARMACIST |
| Constructor and Description |
|---|
DispenserParticipationImpl(DispenserParticipant participant)
Creates a new DispenserParticipation impl with a default role of DispenserParticipationImpl.PHARMACIST
The role code may be overridden via the setRole() method.
|
| Modifier and Type | Method and Description |
|---|---|
DispenserParticipant |
getParticipant() |
Role |
getRole() |
void |
setRole(Role role) |
public static final Role PHARMACIST
public DispenserParticipationImpl(DispenserParticipant participant)
participant - DispenserParticipantpublic Role getRole()
getRole in interface DispenserParticipationpublic void setRole(Role role)
public DispenserParticipant getParticipant()
getParticipant in interface DispenserParticipationCopyright © 2021. All rights reserved.