Class AtlasRelationshipEndDef
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasRelationshipEndDef
AtlasRelationshipEndDef describes the entity at one end of a relationship.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
boolean
boolean
void
setCardinality
(AtlasCardinality cardinality) void
setContainer
(boolean container) void
setDescription
(String description) void
setLegacyAttribute
(boolean legacyAttribute) void
void
-
Constructor Details
-
AtlasRelationshipEndDef
public AtlasRelationshipEndDef()
-
-
Method Details
-
getType
-
setType
-
getName
-
setName
-
isContainer
public boolean isContainer() -
setContainer
public void setContainer(boolean container) -
getCardinality
-
setCardinality
-
isLegacyAttribute
public boolean isLegacyAttribute() -
setLegacyAttribute
public void setLegacyAttribute(boolean legacyAttribute) -
getDescription
-
setDescription
-