public class OfficeTaskTypeImpl extends Object implements OfficeTaskType
OfficeTaskType
implementation.Constructor and Description |
---|
OfficeTaskTypeImpl(String taskName,
OfficeSubSectionType subSectionType,
ObjectDependencyType[] dependencies)
Instantiate.
|
Modifier and Type | Method and Description |
---|---|
ObjectDependencyType[] |
getObjectDependencies()
Obtains the
ObjectDependencyType instances that this
OfficeSectionTask is dependent upon. |
OfficeSubSectionType |
getOfficeSubSectionType()
Obtains the
OfficeSubSectionType directly containing this
OfficeTaskType . |
String |
getOfficeTaskName()
Obtains the name of the
OfficeSectionTask . |
public OfficeTaskTypeImpl(String taskName, OfficeSubSectionType subSectionType, ObjectDependencyType[] dependencies)
taskName
- Name of the OfficeSectionTask
.subSectionType
- Containing OfficeSubSectionType
.dependencies
- ObjectDependencyType
instances of the
OfficeSectionTask
.public String getOfficeTaskName()
OfficeTaskType
Obtains the name of the OfficeSectionTask
.
This aids the OfficeSource
in deciding the Team
responsible for this OfficeSectionTask
.
getOfficeTaskName
in interface OfficeTaskType
OfficeSectionTask
.public OfficeSubSectionType getOfficeSubSectionType()
OfficeTaskType
OfficeSubSectionType
directly containing this
OfficeTaskType
.getOfficeSubSectionType
in interface OfficeTaskType
OfficeSubSectionType
directly containing this
OfficeTaskType
.public ObjectDependencyType[] getObjectDependencies()
OfficeTaskType
Obtains the ObjectDependencyType
instances that this
OfficeSectionTask
is dependent upon.
This aids the OfficeSource
in deciding the Team
responsible for this OfficeSectionTask
.
getObjectDependencies
in interface OfficeTaskType
ObjectDependencyType
instances that this
OfficeSectionTask
is dependent upon.Copyright © 2005–2016. All rights reserved.