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)
Constructors in net.officefloor.model.office with parameters of type OfficeManagedObjectSourceToOfficeSupplierModel Constructor Description OfficeManagedObjectSourceModel(java.lang.String officeManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, OfficeManagedObjectSourceToOfficeSupplierModel officeSupplier, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel officeManagedObjectPool, PropertyModel[] property, OfficeManagedObjectToOfficeManagedObjectSourceModel[] officeManagedObject, OfficeInputManagedObjectDependencyModel[] officeInputManagedObjectDependency, OfficeManagedObjectFunctionDependencyModel[] officeManagedObjectFunctionDependency, OfficeManagedObjectSourceFlowModel[] officeManagedObjectSourceFlow, OfficeManagedObjectSourceTeamModel[] officeManagedObjectSourceTeam)
Convenience constructor.OfficeManagedObjectSourceModel(java.lang.String officeManagedObjectSourceName, java.lang.String managedObjectSourceClassName, java.lang.String objectType, java.lang.String timeout, OfficeManagedObjectSourceToOfficeSupplierModel officeSupplier, OfficeManagedObjectSourceToOfficeManagedObjectPoolModel officeManagedObjectPool, PropertyModel[] property, OfficeManagedObjectToOfficeManagedObjectSourceModel[] officeManagedObject, OfficeInputManagedObjectDependencyModel[] officeInputManagedObjectDependency, OfficeManagedObjectFunctionDependencyModel[] officeManagedObjectFunctionDependency, OfficeManagedObjectSourceFlowModel[] officeManagedObjectSourceFlow, OfficeManagedObjectSourceTeamModel[] officeManagedObjectSourceTeam, int x, int y)
Convenience constructor allowing XY initialising.OfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String supplierSourceClassName, PropertyModel[] property, OfficeSupplierThreadLocalModel[] officeSupplierThreadLocal, OfficeManagedObjectSourceToOfficeSupplierModel[] officeManagedObjectSource)
Convenience constructor.OfficeSupplierModel(java.lang.String officeSupplierName, java.lang.String supplierSourceClassName, PropertyModel[] property, OfficeSupplierThreadLocalModel[] officeSupplierThreadLocal, OfficeManagedObjectSourceToOfficeSupplierModel[] officeManagedObjectSource, int x, int y)
Convenience constructor allowing XY initialising.
-