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
LinkedTeamConfiguration
implementation.- 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.String
getOfficeFloorTeamName()
Obtains the name of theTeam
on theOfficeFloor
.java.lang.String
getOfficeTeamName()
-
-
-
Constructor Detail
-
LinkedTeamConfigurationImpl
public LinkedTeamConfigurationImpl(java.lang.String officeTeamName, java.lang.String officeFloorTeamName)
Initiate.- Parameters:
officeTeamName
-Team
name within theOffice
.officeFloorTeamName
-Team
name within theOfficeFloor
.
-
-
Method Detail
-
getOfficeTeamName
public java.lang.String getOfficeTeamName()
Description copied from interface:LinkedTeamConfiguration
- Specified by:
getOfficeTeamName
in interfaceLinkedTeamConfiguration
- Returns:
- Name that the
Team
is registered within theOffice
.
-
getOfficeFloorTeamName
public java.lang.String getOfficeFloorTeamName()
Description copied from interface:LinkedTeamConfiguration
Obtains the name of theTeam
on theOfficeFloor
.- Specified by:
getOfficeFloorTeamName
in interfaceLinkedTeamConfiguration
- Returns:
- Name of the
Team
on theOfficeFloor
.
-
-