Class ManagedObjectTeamTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.managedobject.ManagedObjectTeamTypeImpl
-
- All Implemented Interfaces:
ManagedObjectTeamType
public class ManagedObjectTeamTypeImpl extends java.lang.Object implements ManagedObjectTeamType
ManagedObjectTeamType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectTeamTypeImpl(java.lang.String teamName)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTeamName()
Obtains the name to identify requirement of aTeam
.
-
-
-
Constructor Detail
-
ManagedObjectTeamTypeImpl
public ManagedObjectTeamTypeImpl(java.lang.String teamName)
Initiate.- Parameters:
teamName
- Name of theTeam
.
-
-
Method Detail
-
getTeamName
public java.lang.String getTeamName()
Description copied from interface:ManagedObjectTeamType
Obtains the name to identify requirement of aTeam
.- Specified by:
getTeamName
in interfaceManagedObjectTeamType
- Returns:
- Name to identify requirement of a
Team
.
-
-