Class TeamOversightTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.executive.TeamOversightTypeImpl
-
- All Implemented Interfaces:
TeamOversightType
public class TeamOversightTypeImpl extends java.lang.Object implements TeamOversightType
TeamOversightType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description TeamOversightTypeImpl(java.lang.String teamOversightName)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTeamOversightName()
Obtains the name of theTeamOversight
.
-
-
-
Constructor Detail
-
TeamOversightTypeImpl
public TeamOversightTypeImpl(java.lang.String teamOversightName)
Instantiate.- Parameters:
teamOversightName
-TeamOversight
name.
-
-
Method Detail
-
getTeamOversightName
public java.lang.String getTeamOversightName()
Description copied from interface:TeamOversightType
Obtains the name of theTeamOversight
.- Specified by:
getTeamOversightName
in interfaceTeamOversightType
- Returns:
- Name of the
TeamOversight
.
-
-