Class OfficeSectionObjectModel

    • Constructor Detail

      • OfficeSectionObjectModel

        public OfficeSectionObjectModel()
        Default constructor.
      • OfficeSectionObjectModel

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

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

        public OfficeSectionObjectModel​(java.lang.String officeSectionObjectName,
                                        java.lang.String objectType,
                                        OfficeSectionObjectToExternalManagedObjectModel externalManagedObject,
                                        OfficeSectionObjectToOfficeManagedObjectModel officeManagedObject)
        Convenience constructor.
        Parameters:
        officeSectionObjectName - Office section object name.
        objectType - Object type.
        externalManagedObject - External managed object.
        officeManagedObject - Office managed object.
      • OfficeSectionObjectModel

        public OfficeSectionObjectModel​(java.lang.String officeSectionObjectName,
                                        java.lang.String objectType,
                                        OfficeSectionObjectToExternalManagedObjectModel externalManagedObject,
                                        OfficeSectionObjectToOfficeManagedObjectModel officeManagedObject,
                                        int x,
                                        int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        officeSectionObjectName - Office section object name.
        objectType - Object type.
        externalManagedObject - External managed object.
        officeManagedObject - Office managed object.
        x - Horizontal location.
        y - Vertical location.