Class OrganizationalCapabilityProperties
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
-
- org.odpi.openmetadata.accessservices.digitalservice.properties.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 Summary
Constructors Constructor Description OrganizationalCapabilityProperties()Default constructorOrganizationalCapabilityProperties(OrganizationalCapabilityProperties template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Compare the values of the supplied object with those stored in the current object.StringgetScope()Returns the stored display name property for the foreign key.inthashCode()Return hash code based on properties.voidsetScope(String scope)Set up the display name for UIs and reports.StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.accessservices.digitalservice.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, setEffectiveFrom, setEffectiveTo, setExtendedProperties
-
-
-
-
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
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classRelationshipProperties- 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:
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
-
-