Class LinkedTeamConfigurationImpl
- java.lang.Object
-
- net.officefloor.frame.impl.construct.office.LinkedTeamConfigurationImpl
-
- All Implemented Interfaces:
LinkedTeamConfiguration
public class LinkedTeamConfigurationImpl extends java.lang.Object implements LinkedTeamConfiguration
LinkedTeamConfigurationimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description LinkedTeamConfigurationImpl(java.lang.String officeTeamName, java.lang.String officeFloorTeamName)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOfficeFloorTeamName()Obtains the name of theTeamon theOfficeFloor.java.lang.StringgetOfficeTeamName()
-
-
-
Constructor Detail
-
LinkedTeamConfigurationImpl
public LinkedTeamConfigurationImpl(java.lang.String officeTeamName, java.lang.String officeFloorTeamName)Initiate.- Parameters:
officeTeamName-Teamname within theOffice.officeFloorTeamName-Teamname within theOfficeFloor.
-
-
Method Detail
-
getOfficeTeamName
public java.lang.String getOfficeTeamName()
Description copied from interface:LinkedTeamConfiguration- Specified by:
getOfficeTeamNamein interfaceLinkedTeamConfiguration- Returns:
- Name that the
Teamis registered within theOffice.
-
getOfficeFloorTeamName
public java.lang.String getOfficeFloorTeamName()
Description copied from interface:LinkedTeamConfigurationObtains the name of theTeamon theOfficeFloor.- Specified by:
getOfficeFloorTeamNamein interfaceLinkedTeamConfiguration- Returns:
- Name of the
Teamon theOfficeFloor.
-
-