Class SolutionComponentActorRelationship
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.metadataelements.SolutionComponentActorRelationship
- All Implemented Interfaces:
MetadataElement
SolutionComponentActorRelationship contains the properties and header for an SolutionComponentActor relationship retrieved from the repository.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the relationship.Return the header of the end 1 entity.Return the header of the end 2 entity.Return the properties from the relationship.int
hashCode()
Return hash code for this objectvoid
setElementHeader
(ElementHeader elementHeader) Set up the element header associated with the relationship.void
setEnd1Element
(ElementStub end1Element) Set up the header of the end 1 entity.void
setEnd2Element
(ElementStub end2Element) Set up the header of the end 2 entity.void
Set up the properties from the relationship.toString()
JSON-style toString
-
Constructor Details
-
SolutionComponentActorRelationship
public SolutionComponentActorRelationship()Default constructor -
SolutionComponentActorRelationship
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getElementHeader
Return the element header associated with the relationship.- Specified by:
getElementHeader
in interfaceMetadataElement
- Returns:
- element header object
-
setElementHeader
Set up the element header associated with the relationship.- Specified by:
setElementHeader
in interfaceMetadataElement
- Parameters:
elementHeader
- element header object
-
getProperties
Return the properties from the relationship.- Returns:
- properties
-
setProperties
Set up the properties from the relationship.- Parameters:
properties
- property map
-
getEnd1Element
Return the header of the end 1 entity.- Returns:
- header
-
setEnd1Element
Set up the header of the end 1 entity.- Parameters:
end1Element
- header
-
getEnd2Element
Return the header of the end 2 entity.- Returns:
- header
-
setEnd2Element
Set up the header of the end 2 entity.- Parameters:
end2Element
- header
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-