Class GovernanceToOfficeManagedObjectModel

    • Constructor Detail

      • GovernanceToOfficeManagedObjectModel

        public GovernanceToOfficeManagedObjectModel()
        Default constructor.
      • GovernanceToOfficeManagedObjectModel

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

        public GovernanceToOfficeManagedObjectModel​(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.
      • GovernanceToOfficeManagedObjectModel

        public GovernanceToOfficeManagedObjectModel​(java.lang.String governanceName,
                                                    OfficeManagedObjectModel officeManagedObject,
                                                    GovernanceModel governance)
        Convenience constructor.
        Parameters:
        governanceName - Governance name.
        officeManagedObject - Office managed object.
        governance - Governance.
      • GovernanceToOfficeManagedObjectModel

        public GovernanceToOfficeManagedObjectModel​(java.lang.String governanceName,
                                                    OfficeManagedObjectModel officeManagedObject,
                                                    GovernanceModel governance,
                                                    int x,
                                                    int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        governanceName - Governance name.
        officeManagedObject - Office 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.
      • setOfficeManagedObject

        public void setOfficeManagedObject​(OfficeManagedObjectModel officeManagedObject)
        Parameters:
        officeManagedObject - Office 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.