Class OfficeSubSectionToGovernanceModel

    • Constructor Detail

      • OfficeSubSectionToGovernanceModel

        public OfficeSubSectionToGovernanceModel()
        Default constructor.
      • OfficeSubSectionToGovernanceModel

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

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

        public OfficeSubSectionToGovernanceModel​(java.lang.String governanceName,
                                                 OfficeSubSectionModel officeSubSection,
                                                 GovernanceModel governance)
        Convenience constructor.
        Parameters:
        governanceName - Governance name.
        officeSubSection - Office sub section.
        governance - Governance.
      • OfficeSubSectionToGovernanceModel

        public OfficeSubSectionToGovernanceModel​(java.lang.String governanceName,
                                                 OfficeSubSectionModel officeSubSection,
                                                 GovernanceModel governance,
                                                 int x,
                                                 int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        governanceName - Governance name.
        officeSubSection - Office sub section.
        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.
      • setOfficeSubSection

        public void setOfficeSubSection​(OfficeSubSectionModel officeSubSection)
        Parameters:
        officeSubSection - Office sub section.
      • 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.