Package net.officefloor.frame.api.build
Interface TeamBuilder<TS extends TeamSource>
-
- All Known Implementing Classes:
TeamBuilderImpl
public interface TeamBuilder<TS extends TeamSource>Builder of aTeam.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddProperty(java.lang.String name, java.lang.String value)Specifies a property for theTeamSource.voidsetTeamOversight(java.lang.String teamOversightName)Specifies theTeamOversightfor theTeam.voidsetTeamSize(int teamSize)
-
-
-
Method Detail
-
setTeamSize
void setTeamSize(int teamSize)
- Parameters:
teamSize-Teamsize.
-
setTeamOversight
void setTeamOversight(java.lang.String teamOversightName)
Specifies theTeamOversightfor theTeam.- Parameters:
teamOversightName- Name of theTeamOversight.
-
addProperty
void addProperty(java.lang.String name, java.lang.String value)Specifies a property for theTeamSource.- Parameters:
name- Name of property.value- Value of property.
-
-