Class LinkedTeamConfigurationImpl
java.lang.Object
net.officefloor.frame.impl.construct.office.LinkedTeamConfigurationImpl
- All Implemented Interfaces:
LinkedTeamConfiguration
LinkedTeamConfiguration implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedTeamConfigurationImpl(String officeTeamName, String officeFloorTeamName) Initiate. -
Method Summary
-
Constructor Details
-
LinkedTeamConfigurationImpl
Initiate.- Parameters:
officeTeamName-Teamname within theOffice.officeFloorTeamName-Teamname within theOfficeFloor.
-
-
Method Details
-
getOfficeTeamName
Description copied from interface:LinkedTeamConfiguration- Specified by:
getOfficeTeamNamein interfaceLinkedTeamConfiguration- Returns:
- Name that the
Teamis registered within theOffice.
-
getOfficeFloorTeamName
Description copied from interface:LinkedTeamConfigurationObtains the name of theTeamon theOfficeFloor.- Specified by:
getOfficeFloorTeamNamein interfaceLinkedTeamConfiguration- Returns:
- Name of the
Teamon theOfficeFloor.
-