Class SectionManagedObjectPoolModel

    • Constructor Detail

      • SectionManagedObjectPoolModel

        public SectionManagedObjectPoolModel()
        Default constructor.
      • SectionManagedObjectPoolModel

        public SectionManagedObjectPoolModel​(java.lang.String sectionManagedObjectPoolName,
                                             java.lang.String managedObjectPoolSourceClassName)
        Convenience constructor for new non-linked instance.
        Parameters:
        sectionManagedObjectPoolName - Section managed object pool name.
        managedObjectPoolSourceClassName - Managed object pool source class name.
      • SectionManagedObjectPoolModel

        public SectionManagedObjectPoolModel​(java.lang.String sectionManagedObjectPoolName,
                                             java.lang.String managedObjectPoolSourceClassName,
                                             int x,
                                             int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        sectionManagedObjectPoolName - Section managed object pool name.
        managedObjectPoolSourceClassName - Managed object pool source class name.
        x - Horizontal location.
        y - Vertical location.
      • SectionManagedObjectPoolModel

        public SectionManagedObjectPoolModel​(java.lang.String sectionManagedObjectPoolName,
                                             java.lang.String managedObjectPoolSourceClassName,
                                             PropertyModel[] property,
                                             SectionManagedObjectSourceToSectionManagedObjectPoolModel[] sectionManagedObjectSource)
        Convenience constructor.
        Parameters:
        sectionManagedObjectPoolName - Section managed object pool name.
        managedObjectPoolSourceClassName - Managed object pool source class name.
        property - Property.
        sectionManagedObjectSource - Section managed object source.
      • SectionManagedObjectPoolModel

        public SectionManagedObjectPoolModel​(java.lang.String sectionManagedObjectPoolName,
                                             java.lang.String managedObjectPoolSourceClassName,
                                             PropertyModel[] property,
                                             SectionManagedObjectSourceToSectionManagedObjectPoolModel[] sectionManagedObjectSource,
                                             int x,
                                             int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        sectionManagedObjectPoolName - Section managed object pool name.
        managedObjectPoolSourceClassName - Managed object pool source class name.
        property - Property.
        sectionManagedObjectSource - Section managed object source.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getSectionManagedObjectPoolName

        public java.lang.String getSectionManagedObjectPoolName()
        Returns:
        Section managed object pool name.
      • setSectionManagedObjectPoolName

        public void setSectionManagedObjectPoolName​(java.lang.String sectionManagedObjectPoolName)
        Parameters:
        sectionManagedObjectPoolName - Section managed object pool name.
      • getManagedObjectPoolSourceClassName

        public java.lang.String getManagedObjectPoolSourceClassName()
        Returns:
        Managed object pool source class name.
      • setManagedObjectPoolSourceClassName

        public void setManagedObjectPoolSourceClassName​(java.lang.String managedObjectPoolSourceClassName)
        Parameters:
        managedObjectPoolSourceClassName - Managed object pool source class name.
      • 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.