Class OrganizationalCapabilityProperties

  • All Implemented Interfaces:
    Serializable

    public class OrganizationalCapabilityProperties
    extends RelationshipProperties
    OrganizationalCapabilityProperties describes the scope of responsibility that a team/organization has to a business capability.
    See Also:
    Serialized Form
    • Constructor Detail

      • OrganizationalCapabilityProperties

        public OrganizationalCapabilityProperties()
        Default constructor
      • OrganizationalCapabilityProperties

        public OrganizationalCapabilityProperties​(OrganizationalCapabilityProperties template)
        Copy/clone constructor.
        Parameters:
        template - template object to copy.
    • Method Detail

      • setScope

        public void setScope​(String scope)
        Set up the display name for UIs and reports.
        Parameters:
        scope - String name
      • getScope

        public String getScope()
        Returns the stored display name property for the foreign key.
        Returns:
        String name
      • equals

        public boolean equals​(Object objectToCompare)
        Compare the values of the supplied object with those stored in the current object.
        Overrides:
        equals in class RelationshipProperties
        Parameters:
        objectToCompare - supplied object
        Returns:
        boolean result of comparison