Class BusinessCapabilityProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.digitalbusiness.BusinessCapabilityProperties
BusinessCapabilityProperties represents one of an organization's business capabilities. These can be linked to the teams and digital services
that support this capability.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description for this asset.Return the display name for this asset (normally a shortened for of the qualified name).Return the identifier assigned by the organization to this capability.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description for this asset.void
setDisplayName
(String displayName) Set up the display name for this asset (normally a shortened for of the qualified name).void
setIdentifier
(String identifier) Set up the identifier assigned by the organization to this capability.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
BusinessCapabilityProperties
public BusinessCapabilityProperties()Default constructor -
BusinessCapabilityProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getIdentifier
Return the identifier assigned by the organization to this capability.- Returns:
- String
-
setIdentifier
Set up the identifier assigned by the organization to this capability.- Parameters:
identifier
- String
-
getDisplayName
Return the display name for this asset (normally a shortened for of the qualified name).- Returns:
- string name
-
setDisplayName
Set up the display name for this asset (normally a shortened for of the qualified name).- Parameters:
displayName
- string name
-
getDescription
Return the description for this asset.- Returns:
- string description
-
setDescription
Set up the description for this asset.- Parameters:
description
- string
-
toString
Standard toString method.- Overrides:
toString
in classReferenceableProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classReferenceableProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classReferenceableProperties
- Returns:
- int
-