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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd1()getEnd2()getGuid()getLabel()voidsetEnd1(AtlasObjectId end1) voidsetEnd2(AtlasObjectId end2) voidvoidvoidsetPropagateTags(AtlasPropagateTags propagateTags) voidsetStatus(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:
toStringin classAtlasStruct
-