Uses of Class
net.officefloor.model.office.OfficeManagedObjectSourceToOfficeSupplierModel
-
Packages that use OfficeManagedObjectSourceToOfficeSupplierModel Package Description net.officefloor.model.office -
-
Uses of OfficeManagedObjectSourceToOfficeSupplierModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeManagedObjectSourceToOfficeSupplierModel Modifier and Type Method Description OfficeManagedObjectSourceToOfficeSupplierModel
OfficeManagedObjectSourceModel. getOfficeSupplier()
Methods in net.officefloor.model.office that return types with arguments of type OfficeManagedObjectSourceToOfficeSupplierModel Modifier and Type Method Description java.util.List<OfficeManagedObjectSourceToOfficeSupplierModel>
OfficeSupplierModel. getOfficeManagedObjectSources()
Methods in net.officefloor.model.office with parameters of type OfficeManagedObjectSourceToOfficeSupplierModel Modifier and Type Method Description void
OfficeSupplierModel. addOfficeManagedObjectSource(OfficeManagedObjectSourceToOfficeSupplierModel officeManagedObjectSource)
void
OfficeSupplierModel. removeOfficeManagedObjectSource(OfficeManagedObjectSourceToOfficeSupplierModel officeManagedObjectSource)
void
OfficeManagedObjectSourceModel. setOfficeSupplier(OfficeManagedObjectSourceToOfficeSupplierModel officeSupplier)
-