Class LineageEntity
java.lang.Object
org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
- Direct Known Subclasses:
LineageRelationship
The lineage entity represents the single node in lineage graph with self contained properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets created by.Gets create time.getGuid()Gets guid.Gets metadataCollectionId.Gets properties.Gets type def name.Gets updated by.Gets update time.longGets version.inthashCode()voidsetCreatedBy(String createdBy) Sets created by.voidsetCreateTime(Date createTime) Sets create time.voidSets guid.voidsetMetadataCollectionId(String metadataCollectionId) Sets metadataCollectionId.voidsetProperties(Map<String, String> properties) Sets properties.voidsetTypeDefName(String typeDefName) Sets type def name.voidsetUpdatedBy(String updatedBy) Sets updated by.voidsetUpdateTime(Date updateTime) Sets update time.voidsetVersion(long version) Sets version.toString()
-
Constructor Details
-
LineageEntity
public LineageEntity()
-
-
Method Details
-
getGuid
Gets guid.- Returns:
- the guid
-
setGuid
Sets guid.- Parameters:
guid- the guid
-
getTypeDefName
Gets type def name.- Returns:
- the type def name
-
setTypeDefName
Sets type def name.- Parameters:
typeDefName- the type def name
-
getCreatedBy
Gets created by.- Returns:
- the created by
-
setCreatedBy
Sets created by.- Parameters:
createdBy- the created by
-
getUpdatedBy
Gets updated by.- Returns:
- the updated by
-
setUpdatedBy
Sets updated by.- Parameters:
updatedBy- the updated by
-
getCreateTime
Gets create time.- Returns:
- the create time
-
setCreateTime
Sets create time.- Parameters:
createTime- the create time
-
getUpdateTime
Gets update time.- Returns:
- the update time
-
setUpdateTime
Sets update time.- Parameters:
updateTime- the update time
-
getVersion
public long getVersion()Gets version.- Returns:
- the version
-
setVersion
public void setVersion(long version) Sets version.- Parameters:
version- the version
-
getMetadataCollectionId
Gets metadataCollectionId.- Returns:
- the metadataCollectionId
-
setMetadataCollectionId
Sets metadataCollectionId.- Parameters:
metadataCollectionId- the metadataCollectionId
-
getProperties
Gets properties.- Returns:
- the properties
-
setProperties
Sets properties.- Parameters:
properties- the properties
-
equals
-
hashCode
public int hashCode() -
toString
-