Uses of Class
net.officefloor.model.office.GovernanceEscalationToOfficeSectionInputModel
-
Packages that use GovernanceEscalationToOfficeSectionInputModel Package Description net.officefloor.model.office -
-
Uses of GovernanceEscalationToOfficeSectionInputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return GovernanceEscalationToOfficeSectionInputModel Modifier and Type Method Description GovernanceEscalationToOfficeSectionInputModel
GovernanceEscalationModel. getOfficeSectionInput()
Methods in net.officefloor.model.office that return types with arguments of type GovernanceEscalationToOfficeSectionInputModel Modifier and Type Method Description java.util.List<GovernanceEscalationToOfficeSectionInputModel>
OfficeSectionInputModel. getGovernanceEscalations()
Methods in net.officefloor.model.office with parameters of type GovernanceEscalationToOfficeSectionInputModel Modifier and Type Method Description void
OfficeSectionInputModel. addGovernanceEscalation(GovernanceEscalationToOfficeSectionInputModel governanceEscalation)
void
OfficeSectionInputModel. removeGovernanceEscalation(GovernanceEscalationToOfficeSectionInputModel governanceEscalation)
void
GovernanceEscalationModel. setOfficeSectionInput(GovernanceEscalationToOfficeSectionInputModel officeSectionInput)
-