Class ManagedObjectTeamTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.managedobject.ManagedObjectTeamTypeImpl
-
- All Implemented Interfaces:
ManagedObjectTeamType
public class ManagedObjectTeamTypeImpl extends java.lang.Object implements ManagedObjectTeamType
ManagedObjectTeamTypeimplementation.- 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.StringgetTeamName()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:ManagedObjectTeamTypeObtains the name to identify requirement of aTeam.- Specified by:
getTeamNamein interfaceManagedObjectTeamType- Returns:
- Name to identify requirement of a
Team.
-
-