Class GovernanceToOfficeSectionManagedObjectModel

    • Constructor Detail

      • GovernanceToOfficeSectionManagedObjectModel

        public GovernanceToOfficeSectionManagedObjectModel()
        Default constructor.
      • GovernanceToOfficeSectionManagedObjectModel

        public GovernanceToOfficeSectionManagedObjectModel​(java.lang.String governanceName)
        Convenience constructor for new non-linked instance.
        Parameters:
        governanceName - Governance name.
      • GovernanceToOfficeSectionManagedObjectModel

        public GovernanceToOfficeSectionManagedObjectModel​(java.lang.String governanceName,
                                                           int x,
                                                           int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        governanceName - Governance name.
        x - Horizontal location.
        y - Vertical location.
      • GovernanceToOfficeSectionManagedObjectModel

        public GovernanceToOfficeSectionManagedObjectModel​(java.lang.String governanceName,
                                                           OfficeSectionManagedObjectModel officeSectionManagedObject,
                                                           GovernanceModel governance)
        Convenience constructor.
        Parameters:
        governanceName - Governance name.
        officeSectionManagedObject - Office section managed object.
        governance - Governance.
      • GovernanceToOfficeSectionManagedObjectModel

        public GovernanceToOfficeSectionManagedObjectModel​(java.lang.String governanceName,
                                                           OfficeSectionManagedObjectModel officeSectionManagedObject,
                                                           GovernanceModel governance,
                                                           int x,
                                                           int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        governanceName - Governance name.
        officeSectionManagedObject - Office section managed object.
        governance - Governance.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getGovernanceName

        public java.lang.String getGovernanceName()
        Returns:
        Governance name.
      • setGovernanceName

        public void setGovernanceName​(java.lang.String governanceName)
        Parameters:
        governanceName - Governance name.
      • setOfficeSectionManagedObject

        public void setOfficeSectionManagedObject​(OfficeSectionManagedObjectModel officeSectionManagedObject)
        Parameters:
        officeSectionManagedObject - Office section managed object.
      • getGovernance

        public GovernanceModel getGovernance()
        Returns:
        Governance.
      • setGovernance

        public void setGovernance​(GovernanceModel governance)
        Parameters:
        governance - Governance.
      • 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.