Class OrganizationalCapabilityProperties
java.lang.Object
org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
org.odpi.openmetadata.accessservices.digitalservice.properties.OrganizationalCapabilityProperties
- All Implemented Interfaces:
Serializable
OrganizationalCapabilityProperties describes the scope of responsibility that a team/organization has to a business capability.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.getScope()Returns the stored display name property for the foreign key.inthashCode()Return hash code based on properties.voidSet up the display name for UIs and reports.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
Constructor Details
-
OrganizationalCapabilityProperties
public OrganizationalCapabilityProperties()Default constructor -
OrganizationalCapabilityProperties
Copy/clone constructor.- Parameters:
template- template object to copy.
-
-
Method Details
-
setScope
Set up the display name for UIs and reports.- Parameters:
scope- String name
-
getScope
Returns the stored display name property for the foreign key.- Returns:
- String name
-
toString
Standard toString method.- Overrides:
toStringin classRelationshipProperties- 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:
equalsin classRelationshipProperties- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCodein classRelationshipProperties- Returns:
- int
-