Class SectionManagedObjectSourceModel

    • Constructor Detail

      • SectionManagedObjectSourceModel

        public SectionManagedObjectSourceModel()
        Default constructor.
      • SectionManagedObjectSourceModel

        public SectionManagedObjectSourceModel​(java.lang.String sectionManagedObjectSourceName,
                                               java.lang.String managedObjectSourceClassName,
                                               java.lang.String objectType,
                                               java.lang.String timeout)
        Convenience constructor for new non-linked instance.
        Parameters:
        sectionManagedObjectSourceName - Section managed object source name.
        managedObjectSourceClassName - Managed object source class name.
        objectType - Object type.
        timeout - Timeout.
      • SectionManagedObjectSourceModel

        public SectionManagedObjectSourceModel​(java.lang.String sectionManagedObjectSourceName,
                                               java.lang.String managedObjectSourceClassName,
                                               java.lang.String objectType,
                                               java.lang.String timeout,
                                               int x,
                                               int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        sectionManagedObjectSourceName - Section managed object source name.
        managedObjectSourceClassName - Managed object source class name.
        objectType - Object type.
        timeout - Timeout.
        x - Horizontal location.
        y - Vertical location.
      • SectionManagedObjectSourceModel

        public SectionManagedObjectSourceModel​(java.lang.String sectionManagedObjectSourceName,
                                               java.lang.String managedObjectSourceClassName,
                                               java.lang.String objectType,
                                               java.lang.String timeout,
                                               SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool,
                                               PropertyModel[] property,
                                               SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject,
                                               SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow)
        Convenience constructor.
        Parameters:
        sectionManagedObjectSourceName - Section managed object source name.
        managedObjectSourceClassName - Managed object source class name.
        objectType - Object type.
        timeout - Timeout.
        sectionManagedObjectPool - Section managed object pool.
        property - Property.
        sectionManagedObject - Section managed object.
        sectionManagedObjectSourceFlow - Section managed object source flow.
      • SectionManagedObjectSourceModel

        public SectionManagedObjectSourceModel​(java.lang.String sectionManagedObjectSourceName,
                                               java.lang.String managedObjectSourceClassName,
                                               java.lang.String objectType,
                                               java.lang.String timeout,
                                               SectionManagedObjectSourceToSectionManagedObjectPoolModel sectionManagedObjectPool,
                                               PropertyModel[] property,
                                               SectionManagedObjectToSectionManagedObjectSourceModel[] sectionManagedObject,
                                               SectionManagedObjectSourceFlowModel[] sectionManagedObjectSourceFlow,
                                               int x,
                                               int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        sectionManagedObjectSourceName - Section managed object source name.
        managedObjectSourceClassName - Managed object source class name.
        objectType - Object type.
        timeout - Timeout.
        sectionManagedObjectPool - Section managed object pool.
        property - Property.
        sectionManagedObject - Section managed object.
        sectionManagedObjectSourceFlow - Section managed object source flow.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getSectionManagedObjectSourceName

        public java.lang.String getSectionManagedObjectSourceName()
        Returns:
        Section managed object source name.
      • setSectionManagedObjectSourceName

        public void setSectionManagedObjectSourceName​(java.lang.String sectionManagedObjectSourceName)
        Parameters:
        sectionManagedObjectSourceName - Section managed object source name.
      • getManagedObjectSourceClassName

        public java.lang.String getManagedObjectSourceClassName()
        Returns:
        Managed object source class name.
      • setManagedObjectSourceClassName

        public void setManagedObjectSourceClassName​(java.lang.String managedObjectSourceClassName)
        Parameters:
        managedObjectSourceClassName - Managed object source class name.
      • getObjectType

        public java.lang.String getObjectType()
        Returns:
        Object type.
      • setObjectType

        public void setObjectType​(java.lang.String objectType)
        Parameters:
        objectType - Object type.
      • getTimeout

        public java.lang.String getTimeout()
        Returns:
        Timeout.
      • setTimeout

        public void setTimeout​(java.lang.String timeout)
        Parameters:
        timeout - Timeout.
      • getProperties

        public java.util.List<PropertyModel> getProperties()
        Returns:
        Property.
      • addProperty

        public void addProperty​(PropertyModel property)
        Parameters:
        property - Property.
      • removeProperty

        public void removeProperty​(PropertyModel property)
        Parameters:
        property - Property.
      • getSectionManagedObjectSourceFlows

        public java.util.List<SectionManagedObjectSourceFlowModel> getSectionManagedObjectSourceFlows()
        Returns:
        Section managed object source flow.
      • addSectionManagedObjectSourceFlow

        public void addSectionManagedObjectSourceFlow​(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
        Parameters:
        sectionManagedObjectSourceFlow - Section managed object source flow.
      • removeSectionManagedObjectSourceFlow

        public void removeSectionManagedObjectSourceFlow​(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
        Parameters:
        sectionManagedObjectSourceFlow - Section managed object source flow.