Interface LinkedTeamConfiguration
-
- All Known Implementing Classes:
LinkedTeamConfigurationImpl
public interface LinkedTeamConfiguration
Configuration linking aTeam
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeFloorTeamName()
Obtains the name of theTeam
on theOfficeFloor
.java.lang.String
getOfficeTeamName()
-
-
-
Method Detail
-
getOfficeFloorTeamName
java.lang.String getOfficeFloorTeamName()
Obtains the name of theTeam
on theOfficeFloor
.- Returns:
- Name of the
Team
on theOfficeFloor
.
-
-