Class OfficeSectionObjectToOfficeManagedObjectModel

    • Constructor Detail

      • OfficeSectionObjectToOfficeManagedObjectModel

        public OfficeSectionObjectToOfficeManagedObjectModel()
        Default constructor.
      • OfficeSectionObjectToOfficeManagedObjectModel

        public OfficeSectionObjectToOfficeManagedObjectModel​(java.lang.String officeManagedObjectName)
        Convenience constructor for new non-linked instance.
        Parameters:
        officeManagedObjectName - Office managed object name.
      • OfficeSectionObjectToOfficeManagedObjectModel

        public OfficeSectionObjectToOfficeManagedObjectModel​(java.lang.String officeManagedObjectName,
                                                             int x,
                                                             int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        officeManagedObjectName - Office managed object name.
        x - Horizontal location.
        y - Vertical location.
      • OfficeSectionObjectToOfficeManagedObjectModel

        public OfficeSectionObjectToOfficeManagedObjectModel​(java.lang.String officeManagedObjectName,
                                                             OfficeSectionObjectModel officeSectionObject,
                                                             OfficeManagedObjectModel officeManagedObject)
        Convenience constructor.
        Parameters:
        officeManagedObjectName - Office managed object name.
        officeSectionObject - Office section object.
        officeManagedObject - Office managed object.
      • OfficeSectionObjectToOfficeManagedObjectModel

        public OfficeSectionObjectToOfficeManagedObjectModel​(java.lang.String officeManagedObjectName,
                                                             OfficeSectionObjectModel officeSectionObject,
                                                             OfficeManagedObjectModel officeManagedObject,
                                                             int x,
                                                             int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        officeManagedObjectName - Office managed object name.
        officeSectionObject - Office section object.
        officeManagedObject - Office managed object.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getOfficeManagedObjectName

        public java.lang.String getOfficeManagedObjectName()
        Returns:
        Office managed object name.
      • setOfficeManagedObjectName

        public void setOfficeManagedObjectName​(java.lang.String officeManagedObjectName)
        Parameters:
        officeManagedObjectName - Office managed object name.
      • setOfficeSectionObject

        public void setOfficeSectionObject​(OfficeSectionObjectModel officeSectionObject)
        Parameters:
        officeSectionObject - Office section object.
      • setOfficeManagedObject

        public void setOfficeManagedObject​(OfficeManagedObjectModel officeManagedObject)
        Parameters:
        officeManagedObject - Office managed object.
      • isRemovable

        public boolean isRemovable()
        Description copied from interface: ConnectionModel
        Indicates if this connection is removable.
        Specified by:
        isRemovable in interface ConnectionModel
        Returns:
        Indicates if removable.