Class OfficeTeamTypeImpl
- java.lang.Object
-
- net.officefloor.compile.impl.office.OfficeTeamTypeImpl
-
- All Implemented Interfaces:
OfficeTeamType
public class OfficeTeamTypeImpl extends java.lang.Object implements OfficeTeamType
OfficeTeamType
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description OfficeTeamTypeImpl(java.lang.String teamName, TypeQualification[] typeQualifications)
Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOfficeTeamName()
Obtains the name of the requiredTeam
.TypeQualification[]
getTypeQualification()
Obtains theTypeQualification
instances for theOfficeTeam
.
-
-
-
Constructor Detail
-
OfficeTeamTypeImpl
public OfficeTeamTypeImpl(java.lang.String teamName, TypeQualification[] typeQualifications)
Instantiate.- Parameters:
teamName
- Name of theOfficeTeam
.typeQualifications
-TypeQualification
instances.
-
-
Method Detail
-
getOfficeTeamName
public java.lang.String getOfficeTeamName()
Description copied from interface:OfficeTeamType
Obtains the name of the requiredTeam
.- Specified by:
getOfficeTeamName
in interfaceOfficeTeamType
- Returns:
- Name of the required
Team
.
-
getTypeQualification
public TypeQualification[] getTypeQualification()
Description copied from interface:OfficeTeamType
Obtains theTypeQualification
instances for theOfficeTeam
.- Specified by:
getTypeQualification
in interfaceOfficeTeamType
- Returns:
TypeQualification
instances for theOfficeTeam
.
-
-