Uses of Class
net.officefloor.model.section.SubSectionObjectToExternalManagedObjectModel
-
Packages that use SubSectionObjectToExternalManagedObjectModel Package Description net.officefloor.model.impl.section net.officefloor.model.section -
-
Uses of SubSectionObjectToExternalManagedObjectModel in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section that return types with arguments of type SubSectionObjectToExternalManagedObjectModel Modifier and Type Method Description Change<SubSectionObjectToExternalManagedObjectModel>
SectionChangesImpl. linkSubSectionObjectToExternalManagedObject(SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject)
Change<SubSectionObjectToExternalManagedObjectModel>
SectionChangesImpl. removeSubSectionObjectToExternalManagedObject(SubSectionObjectToExternalManagedObjectModel subSectionObjectToExternalManagedObject)
Methods in net.officefloor.model.impl.section with parameters of type SubSectionObjectToExternalManagedObjectModel Modifier and Type Method Description Change<SubSectionObjectToExternalManagedObjectModel>
SectionChangesImpl. removeSubSectionObjectToExternalManagedObject(SubSectionObjectToExternalManagedObjectModel subSectionObjectToExternalManagedObject)
-
Uses of SubSectionObjectToExternalManagedObjectModel in net.officefloor.model.section
Methods in net.officefloor.model.section that return SubSectionObjectToExternalManagedObjectModel Modifier and Type Method Description SubSectionObjectToExternalManagedObjectModel
SubSectionObjectModel. getExternalManagedObject()
Methods in net.officefloor.model.section that return types with arguments of type SubSectionObjectToExternalManagedObjectModel Modifier and Type Method Description java.util.List<SubSectionObjectToExternalManagedObjectModel>
ExternalManagedObjectModel. getSubSectionObjects()
Change<SubSectionObjectToExternalManagedObjectModel>
SectionChanges. linkSubSectionObjectToExternalManagedObject(SubSectionObjectModel subSectionObject, ExternalManagedObjectModel externalManagedObject)
Links theSubSectionInputModel
to theExternalManagedObjectModel
.Change<SubSectionObjectToExternalManagedObjectModel>
SectionChanges. removeSubSectionObjectToExternalManagedObject(SubSectionObjectToExternalManagedObjectModel subSectionObjectToExternalManagedObject)
Removes theSubSectionObjectToExternalManagedObjectModel
.Methods in net.officefloor.model.section with parameters of type SubSectionObjectToExternalManagedObjectModel Modifier and Type Method Description void
ExternalManagedObjectModel. addSubSectionObject(SubSectionObjectToExternalManagedObjectModel subSectionObject)
void
ExternalManagedObjectModel. removeSubSectionObject(SubSectionObjectToExternalManagedObjectModel subSectionObject)
Change<SubSectionObjectToExternalManagedObjectModel>
SectionChanges. removeSubSectionObjectToExternalManagedObject(SubSectionObjectToExternalManagedObjectModel subSectionObjectToExternalManagedObject)
Removes theSubSectionObjectToExternalManagedObjectModel
.void
SubSectionObjectModel. setExternalManagedObject(SubSectionObjectToExternalManagedObjectModel externalManagedObject)
Constructors in net.officefloor.model.section with parameters of type SubSectionObjectToExternalManagedObjectModel Constructor Description ExternalManagedObjectModel(java.lang.String externalManagedObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel[] subSectionObject, SectionManagedObjectDependencyToExternalManagedObjectModel[] dependentSectionManagedObject, ManagedFunctionObjectToExternalManagedObjectModel[] managedFunctionObject)
Convenience constructor.ExternalManagedObjectModel(java.lang.String externalManagedObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel[] subSectionObject, SectionManagedObjectDependencyToExternalManagedObjectModel[] dependentSectionManagedObject, ManagedFunctionObjectToExternalManagedObjectModel[] managedFunctionObject, int x, int y)
Convenience constructor allowing XY initialising.SubSectionObjectModel(java.lang.String subSectionObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel externalManagedObject, SubSectionObjectToSectionManagedObjectModel sectionManagedObject)
Convenience constructor.SubSectionObjectModel(java.lang.String subSectionObjectName, java.lang.String objectType, SubSectionObjectToExternalManagedObjectModel externalManagedObject, SubSectionObjectToSectionManagedObjectModel sectionManagedObject, int x, int y)
Convenience constructor allowing XY initialising.
-