public class TaskDutyAssociationImpl<A extends Enum<A>> extends Object implements TaskDutyAssociation<A>
TaskDutyAssociation
.Constructor and Description |
---|
TaskDutyAssociationImpl(AdministratorIndex adminIndex,
DutyKey<A> dutyKey)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
AdministratorIndex |
getAdministratorIndex()
Obtains
AdministratorIndex identifying the Administrator . |
DutyKey<A> |
getDutyKey()
|
public TaskDutyAssociationImpl(AdministratorIndex adminIndex, DutyKey<A> dutyKey)
adminIndex
- AdministratorIndex
identifying the
Administrator
.dutyKey
- DutyKey
identifying the Duty
of the
Administrator
.public AdministratorIndex getAdministratorIndex()
TaskDutyAssociation
AdministratorIndex
identifying the Administrator
.getAdministratorIndex
in interface TaskDutyAssociation<A extends Enum<A>>
AdministratorIndex
identifying the Administrator
.public DutyKey<A> getDutyKey()
TaskDutyAssociation
getDutyKey
in interface TaskDutyAssociation<A extends Enum<A>>
DutyKey
identifying the Duty
to be administered
by the Administrator
.Copyright © 2005–2016. All rights reserved.