Uses of Class
net.officefloor.model.office.OfficeStartToOfficeSectionInputModel
-
Packages that use OfficeStartToOfficeSectionInputModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeStartToOfficeSectionInputModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeStartToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeStartToOfficeSectionInputModel>
OfficeChangesImpl. linkOfficeStartToOfficeSectionInput(OfficeStartModel start, OfficeSectionInputModel sectionInput)
Change<OfficeStartToOfficeSectionInputModel>
OfficeChangesImpl. removeOfficeStartToOfficeSectionInput(OfficeStartToOfficeSectionInputModel startToSectionInput)
Methods in net.officefloor.model.impl.office with parameters of type OfficeStartToOfficeSectionInputModel Modifier and Type Method Description Change<OfficeStartToOfficeSectionInputModel>
OfficeChangesImpl. removeOfficeStartToOfficeSectionInput(OfficeStartToOfficeSectionInputModel startToSectionInput)
-
Uses of OfficeStartToOfficeSectionInputModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeStartToOfficeSectionInputModel Modifier and Type Method Description OfficeStartToOfficeSectionInputModel
OfficeStartModel. getOfficeSectionInput()
Methods in net.officefloor.model.office that return types with arguments of type OfficeStartToOfficeSectionInputModel Modifier and Type Method Description java.util.List<OfficeStartToOfficeSectionInputModel>
OfficeSectionInputModel. getOfficeStarts()
Change<OfficeStartToOfficeSectionInputModel>
OfficeChanges. linkOfficeStartToOfficeSectionInput(OfficeStartModel start, OfficeSectionInputModel sectionInput)
Links theOfficeStartModel
toOfficeSectionInputModel
.Change<OfficeStartToOfficeSectionInputModel>
OfficeChanges. removeOfficeStartToOfficeSectionInput(OfficeStartToOfficeSectionInputModel startToSectionInput)
Removes theOfficeStartToOfficeSectionInputModel
.Methods in net.officefloor.model.office with parameters of type OfficeStartToOfficeSectionInputModel Modifier and Type Method Description void
OfficeSectionInputModel. addOfficeStart(OfficeStartToOfficeSectionInputModel officeStart)
void
OfficeSectionInputModel. removeOfficeStart(OfficeStartToOfficeSectionInputModel officeStart)
Change<OfficeStartToOfficeSectionInputModel>
OfficeChanges. removeOfficeStartToOfficeSectionInput(OfficeStartToOfficeSectionInputModel startToSectionInput)
Removes theOfficeStartToOfficeSectionInputModel
.void
OfficeStartModel. setOfficeSectionInput(OfficeStartToOfficeSectionInputModel officeSectionInput)
-