Uses of Class
net.officefloor.model.office.OfficeStartModel
-
Packages that use OfficeStartModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeStartModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeStartModel Modifier and Type Method Description Change<OfficeStartModel>
OfficeChangesImpl. addOfficeStart()
Change<OfficeStartModel>
OfficeChangesImpl. removeOfficeStart(OfficeStartModel officeStart)
Methods in net.officefloor.model.impl.office with parameters of type OfficeStartModel Modifier and Type Method Description Change<OfficeStartToOfficeSectionInputModel>
OfficeChangesImpl. linkOfficeStartToOfficeSectionInput(OfficeStartModel start, OfficeSectionInputModel sectionInput)
Change<OfficeStartModel>
OfficeChangesImpl. removeOfficeStart(OfficeStartModel officeStart)
-
Uses of OfficeStartModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeStartModel Modifier and Type Method Description OfficeStartModel
OfficeStartToOfficeSectionInputModel. getOfficeStart()
Methods in net.officefloor.model.office that return types with arguments of type OfficeStartModel Modifier and Type Method Description Change<OfficeStartModel>
OfficeChanges. addOfficeStart()
Adds anOfficeStartModel
to theOfficeModel
.java.util.List<OfficeStartModel>
OfficeModel. getOfficeStarts()
RemoveConnectionsAction<OfficeStartModel>
OfficeStartModel. removeConnections()
Remove Connections.Change<OfficeStartModel>
OfficeChanges. removeOfficeStart(OfficeStartModel officeStart)
Removes theOfficeStartModel
.Methods in net.officefloor.model.office with parameters of type OfficeStartModel Modifier and Type Method Description void
OfficeModel. addOfficeStart(OfficeStartModel officeStart)
Change<OfficeStartToOfficeSectionInputModel>
OfficeChanges. linkOfficeStartToOfficeSectionInput(OfficeStartModel start, OfficeSectionInputModel sectionInput)
Links theOfficeStartModel
toOfficeSectionInputModel
.Change<OfficeStartModel>
OfficeChanges. removeOfficeStart(OfficeStartModel officeStart)
Removes theOfficeStartModel
.void
OfficeModel. removeOfficeStart(OfficeStartModel officeStart)
void
OfficeStartToOfficeSectionInputModel. setOfficeStart(OfficeStartModel officeStart)
Constructors in net.officefloor.model.office with parameters of type OfficeStartModel Constructor Description OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart)
Convenience constructor.OfficeModel(boolean isAutoWireObjects, boolean isAutoWireTeams, OfficeSectionModel[] officeSection, OfficeTeamModel[] officeTeam, OfficeSupplierModel[] officeSupplier, ExternalManagedObjectModel[] externalManagedObject, OfficeManagedObjectSourceModel[] officeManagedObjectSource, OfficeManagedObjectModel[] officeManagedObject, OfficeManagedObjectPoolModel[] officeManagedObjectPool, OfficeEscalationModel[] officeEscalation, AdministrationModel[] administration, GovernanceModel[] governance, OfficeStartModel[] officeStart, int x, int y)
Convenience constructor allowing XY initialising.OfficeStartToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeStartModel officeStart, OfficeSectionInputModel officeSectionInput)
Convenience constructor.OfficeStartToOfficeSectionInputModel(java.lang.String officeSectionName, java.lang.String officeSectionInputName, OfficeStartModel officeStart, OfficeSectionInputModel officeSectionInput, int x, int y)
Convenience constructor allowing XY initialising.
-