Uses of Class
net.officefloor.model.office.OfficeSupplierModel
-
Packages that use OfficeSupplierModel Package Description net.officefloor.model.office -
-
Uses of OfficeSupplierModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSupplierModel Modifier and Type Method Description OfficeSupplierModel
OfficeManagedObjectSourceToOfficeSupplierModel. getOfficeSupplier()
Methods in net.officefloor.model.office that return types with arguments of type OfficeSupplierModel Modifier and Type Method Description java.util.List<OfficeSupplierModel>
OfficeModel. getOfficeSuppliers()
RemoveConnectionsAction<OfficeSupplierModel>
OfficeSupplierModel. removeConnections()
Remove Connections.Methods in net.officefloor.model.office with parameters of type OfficeSupplierModel Modifier and Type Method Description void
OfficeModel. addOfficeSupplier(OfficeSupplierModel officeSupplier)
void
OfficeModel. removeOfficeSupplier(OfficeSupplierModel officeSupplier)
void
OfficeManagedObjectSourceToOfficeSupplierModel. setOfficeSupplier(OfficeSupplierModel officeSupplier)
Constructors in net.officefloor.model.office with parameters of type OfficeSupplierModel Constructor Description OfficeManagedObjectSourceToOfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String qualifier, java.lang.String type, OfficeManagedObjectSourceModel officeManagedObjectSource, OfficeSupplierModel officeSupplier)
Convenience constructor.OfficeManagedObjectSourceToOfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String qualifier, java.lang.String type, OfficeManagedObjectSourceModel officeManagedObjectSource, OfficeSupplierModel officeSupplier, int x, int y)
Convenience constructor allowing XY initialising.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.
-