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 OfficeSectionObjectToOfficeManagedObjectModel
OfficeSectionObjectModel. 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 theOfficeSectionObjectModel
to 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 void
OfficeManagedObjectModel. addOfficeSectionObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObject)
void
OfficeManagedObjectModel. removeOfficeSectionObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObject)
Change<OfficeSectionObjectToOfficeManagedObjectModel>
OfficeChanges. removeOfficeSectionObjectToOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeSectionObjectToOfficeManagedObject)
Removes theOfficeSectionObjectToOfficeManagedObjectModel
.void
OfficeSectionObjectModel. setOfficeManagedObject(OfficeSectionObjectToOfficeManagedObjectModel officeManagedObject)
-