Interface OfficeFloorTeamOversight
-
- All Known Subinterfaces:
TeamOversightNode
- All Known Implementing Classes:
TeamOversightNodeImpl
public interface OfficeFloorTeamOversight
TeamOversight
within theOfficeFloor
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeFloorTeamOversightName()
Obtains the name of thisOfficeFloorTeamOversight
.
-
-
-
Method Detail
-
getOfficeFloorTeamOversightName
java.lang.String getOfficeFloorTeamOversightName()
Obtains the name of thisOfficeFloorTeamOversight
.- Returns:
- Name of this
OfficeFloorTeamOversight
.
-
-