Class SectionModel

    • Method Detail

      • getExternalManagedObjects

        public java.util.List<ExternalManagedObjectModel> getExternalManagedObjects()
        Returns:
        External managed object.
      • addExternalManagedObject

        public void addExternalManagedObject​(ExternalManagedObjectModel externalManagedObject)
        Parameters:
        externalManagedObject - External managed object.
      • removeExternalManagedObject

        public void removeExternalManagedObject​(ExternalManagedObjectModel externalManagedObject)
        Parameters:
        externalManagedObject - External managed object.
      • getSectionManagedObjectSources

        public java.util.List<SectionManagedObjectSourceModel> getSectionManagedObjectSources()
        Returns:
        Section managed object source.
      • addSectionManagedObjectSource

        public void addSectionManagedObjectSource​(SectionManagedObjectSourceModel sectionManagedObjectSource)
        Parameters:
        sectionManagedObjectSource - Section managed object source.
      • removeSectionManagedObjectSource

        public void removeSectionManagedObjectSource​(SectionManagedObjectSourceModel sectionManagedObjectSource)
        Parameters:
        sectionManagedObjectSource - Section managed object source.
      • getSectionManagedObjects

        public java.util.List<SectionManagedObjectModel> getSectionManagedObjects()
        Returns:
        Section managed object.
      • addSectionManagedObject

        public void addSectionManagedObject​(SectionManagedObjectModel sectionManagedObject)
        Parameters:
        sectionManagedObject - Section managed object.
      • removeSectionManagedObject

        public void removeSectionManagedObject​(SectionManagedObjectModel sectionManagedObject)
        Parameters:
        sectionManagedObject - Section managed object.
      • getSectionManagedObjectPools

        public java.util.List<SectionManagedObjectPoolModel> getSectionManagedObjectPools()
        Returns:
        Section managed object pool.
      • addSectionManagedObjectPool

        public void addSectionManagedObjectPool​(SectionManagedObjectPoolModel sectionManagedObjectPool)
        Parameters:
        sectionManagedObjectPool - Section managed object pool.
      • removeSectionManagedObjectPool

        public void removeSectionManagedObjectPool​(SectionManagedObjectPoolModel sectionManagedObjectPool)
        Parameters:
        sectionManagedObjectPool - Section managed object pool.
      • getExternalFlows

        public java.util.List<ExternalFlowModel> getExternalFlows()
        Returns:
        External flow.
      • addExternalFlow

        public void addExternalFlow​(ExternalFlowModel externalFlow)
        Parameters:
        externalFlow - External flow.
      • removeExternalFlow

        public void removeExternalFlow​(ExternalFlowModel externalFlow)
        Parameters:
        externalFlow - External flow.
      • getSubSections

        public java.util.List<SubSectionModel> getSubSections()
        Returns:
        Sub section.
      • addSubSection

        public void addSubSection​(SubSectionModel subSection)
        Parameters:
        subSection - Sub section.
      • removeSubSection

        public void removeSubSection​(SubSectionModel subSection)
        Parameters:
        subSection - Sub section.
      • getFunctionNamespaces

        public java.util.List<FunctionNamespaceModel> getFunctionNamespaces()
        Returns:
        Function namespace.
      • addFunctionNamespace

        public void addFunctionNamespace​(FunctionNamespaceModel functionNamespace)
        Parameters:
        functionNamespace - Function namespace.
      • removeFunctionNamespace

        public void removeFunctionNamespace​(FunctionNamespaceModel functionNamespace)
        Parameters:
        functionNamespace - Function namespace.
      • getFunctions

        public java.util.List<FunctionModel> getFunctions()
        Returns:
        Function.
      • addFunction

        public void addFunction​(FunctionModel function)
        Parameters:
        function - Function.
      • removeFunction

        public void removeFunction​(FunctionModel function)
        Parameters:
        function - Function.