Class SolutionComponentActorProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.solutions.SolutionComponentActorProperties
SolutionComponentActorProperties represents a SolutionComponentActor relationship.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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 element.getRole()
Return the role of this role in supporting the behaviour of element it is derived from.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description for this element.void
Set up the role of this role in supporting the behaviour of element it is derived from.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.RelationshipProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
Constructor Details
-
SolutionComponentActorProperties
public SolutionComponentActorProperties()Default constructor -
SolutionComponentActorProperties
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getDescription
Return the description for this element.- Returns:
- string description
-
setDescription
Set up the description for this element.- Parameters:
description
- string
-
getRole
Return the role of this role in supporting the behaviour of element it is derived from.- Returns:
- String
-
setRole
Set up the role of this role in supporting the behaviour of element it is derived from.- Parameters:
role
- String
-
toString
Standard toString method.- Overrides:
toString
in 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:
equals
in classRelationshipProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classRelationshipProperties
- Returns:
- int
-