Class SubSectionObjectModel

    • Constructor Detail

      • SubSectionObjectModel

        public SubSectionObjectModel()
        Default constructor.
      • SubSectionObjectModel

        public SubSectionObjectModel​(java.lang.String subSectionObjectName,
                                     java.lang.String objectType)
        Convenience constructor for new non-linked instance.
        Parameters:
        subSectionObjectName - Sub section object name.
        objectType - Object type.
      • SubSectionObjectModel

        public SubSectionObjectModel​(java.lang.String subSectionObjectName,
                                     java.lang.String objectType,
                                     int x,
                                     int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        subSectionObjectName - Sub section object name.
        objectType - Object type.
        x - Horizontal location.
        y - Vertical location.
      • SubSectionObjectModel

        public SubSectionObjectModel​(java.lang.String subSectionObjectName,
                                     java.lang.String objectType,
                                     SubSectionObjectToExternalManagedObjectModel externalManagedObject,
                                     SubSectionObjectToSectionManagedObjectModel sectionManagedObject)
        Convenience constructor.
        Parameters:
        subSectionObjectName - Sub section object name.
        objectType - Object type.
        externalManagedObject - External managed object.
        sectionManagedObject - Section managed object.
      • SubSectionObjectModel

        public SubSectionObjectModel​(java.lang.String subSectionObjectName,
                                     java.lang.String objectType,
                                     SubSectionObjectToExternalManagedObjectModel externalManagedObject,
                                     SubSectionObjectToSectionManagedObjectModel sectionManagedObject,
                                     int x,
                                     int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        subSectionObjectName - Sub section object name.
        objectType - Object type.
        externalManagedObject - External managed object.
        sectionManagedObject - Section managed object.
        x - Horizontal location.
        y - Vertical location.