Class BusinessCapabilityProperties

java.lang.Object
org.odpi.openmetadata.accessservices.digitalservice.properties.ReferenceableProperties
org.odpi.openmetadata.accessservices.digitalservice.properties.BusinessCapabilityProperties

public class BusinessCapabilityProperties extends ReferenceableProperties
BusinessCapabilityProperties represents one of an organization's business capabilities. These can be linked to the teams and digital services that support this capability.
  • Constructor Details

    • BusinessCapabilityProperties

      public BusinessCapabilityProperties()
      Default constructor
    • BusinessCapabilityProperties

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

    • getIdentifier

      public String getIdentifier()
      Return the identifier assigned by the organization to this capability.
      Returns:
      String
    • setIdentifier

      public void setIdentifier(String identifier)
      Set up the identifier assigned by the organization to this capability.
      Parameters:
      identifier - String
    • getDisplayName

      public String getDisplayName()
      Return the display name for this asset (normally a shortened for of the qualified name).
      Returns:
      string name
    • setDisplayName

      public void setDisplayName(String displayName)
      Set up the display name for this asset (normally a shortened for of the qualified name).
      Parameters:
      displayName - string name
    • getDescription

      public String getDescription()
      Return the description for this asset.
      Returns:
      string description
    • setDescription

      public void setDescription(String description)
      Set up the description for this asset.
      Parameters:
      description - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class ReferenceableProperties
      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 ReferenceableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

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