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 SubSectionObjectToExternalManagedObjectModelSubSectionObjectModel. 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 theSubSectionInputModelto 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 voidExternalManagedObjectModel. addSubSectionObject(SubSectionObjectToExternalManagedObjectModel subSectionObject)voidExternalManagedObjectModel. removeSubSectionObject(SubSectionObjectToExternalManagedObjectModel subSectionObject)Change<SubSectionObjectToExternalManagedObjectModel>SectionChanges. removeSubSectionObjectToExternalManagedObject(SubSectionObjectToExternalManagedObjectModel subSectionObjectToExternalManagedObject)Removes theSubSectionObjectToExternalManagedObjectModel.voidSubSectionObjectModel. 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.
-