Uses of Class
net.officefloor.model.office.OfficeSectionObjectToOfficeManagedObjectModel
-
Packages that use OfficeSectionObjectToOfficeManagedObjectModel Package Description net.officefloor.model.impl.office net.officefloor.model.office -
-
Uses of OfficeSectionObjectToOfficeManagedObjectModel in net.officefloor.model.impl.office
Methods in net.officefloor.model.impl.office that return types with arguments of type OfficeSectionObjectToOfficeManagedObjectModel Modifier and Type Method Description Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChangesImpl. linkOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChangesImpl. removeOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObjectToOfficeManagedObject)Methods in net.officefloor.model.impl.office with parameters of type OfficeSectionObjectToOfficeManagedObjectModel Modifier and Type Method Description Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChangesImpl. removeOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObjectToOfficeManagedObject) -
Uses of OfficeSectionObjectToOfficeManagedObjectModel in net.officefloor.model.office
Methods in net.officefloor.model.office that return OfficeSectionObjectToOfficeManagedObjectModel Modifier and Type Method Description OfficeSectionObjectToOfficeManagedObjectModelOfficeSectionObjectModel. getOfficeManagedObject()Methods in net.officefloor.model.office that return types with arguments of type OfficeSectionObjectToOfficeManagedObjectModel Modifier and Type Method Description java.util.List<OfficeSectionObjectToOfficeManagedObjectModel>OfficeManagedObjectModel. getOfficeSectionObjects()Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChanges. linkOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectModel officeSectionObject, OfficeManagedObjectModel officeManagedObject)Links theOfficeSectionObjectModelto theOfficeManagedObjectModel.Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChanges. removeOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObjectToOfficeManagedObject)Removes theOfficeSectionObjectToOfficeManagedObjectModel.Methods in net.officefloor.model.office with parameters of type OfficeSectionObjectToOfficeManagedObjectModel Modifier and Type Method Description voidOfficeManagedObjectModel. addOfficeSectionObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObject)voidOfficeManagedObjectModel. removeOfficeSectionObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObject)Change<OfficeSectionObjectToOfficeManagedObjectModel>OfficeChanges. removeOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObjectToOfficeManagedObject)Removes theOfficeSectionObjectToOfficeManagedObjectModel.voidOfficeSectionObjectModel. setOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeManagedObject)
-