Class AtlasRelationshipHeader
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipHeader
AtlasRelationshipHeader contains a summary of a relationship.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
KEY_ATTRIBUTES, KEY_TYPENAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd1()
getEnd2()
getGuid()
getLabel()
void
setEnd1
(AtlasObjectId end1) void
setEnd2
(AtlasObjectId end2) void
void
void
setPropagateTags
(AtlasPropagateTags propagateTags) void
setStatus
(AtlasInstanceStatus status) toString()
Methods inherited from class org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasStruct
getAttributes, getTypeName, setAttributes, setTypeName
-
Constructor Details
-
AtlasRelationshipHeader
public AtlasRelationshipHeader()
-
-
Method Details
-
getGuid
-
setGuid
-
getStatus
-
setStatus
-
getPropagateTags
-
setPropagateTags
-
getLabel
-
setLabel
-
getEnd1
-
setEnd1
-
getEnd2
-
setEnd2
-
toString
- Overrides:
toString
in classAtlasStruct
-