Class OrganizationalCapabilityProperties

java.lang.Object
org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalservice.properties.OrganizationalCapabilityProperties

public class OrganizationalCapabilityProperties extends RelationshipProperties
OrganizationalCapabilityProperties describes the scope of responsibility that a team/organization has to a business capability.
  • Constructor Details

    • OrganizationalCapabilityProperties

      public OrganizationalCapabilityProperties()
      Default constructor
    • OrganizationalCapabilityProperties

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

    • 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
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RelationshipProperties
      Returns:
      print out of variables in a JSON-style
    • 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
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class RelationshipProperties
      Returns:
      int