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 OfficeStartModelOfficeStartToOfficeSectionInputModel. 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 anOfficeStartModelto 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 voidOfficeModel. addOfficeStart(OfficeStartModel officeStart)Change<OfficeStartToOfficeSectionInputModel>OfficeChanges. linkOfficeStartToOfficeSectionInput(OfficeStartModel start, OfficeSectionInputModel sectionInput)Links theOfficeStartModeltoOfficeSectionInputModel.Change<OfficeStartModel>OfficeChanges. removeOfficeStart(OfficeStartModel officeStart)Removes theOfficeStartModel.voidOfficeModel. removeOfficeStart(OfficeStartModel officeStart)voidOfficeStartToOfficeSectionInputModel. 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.
-