Class LineageEntity
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetlineage.model.LineageEntity
-
- Direct Known Subclasses:
LineageRelationship
public class LineageEntity extends Object
The lineage entity represents the single node in lineage graph with self contained properties.
-
-
Constructor Summary
Constructors Constructor Description LineageEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCreatedBy()Gets created by.DategetCreateTime()Gets create time.StringgetGuid()Gets guid.StringgetMetadataCollectionId()Gets metadataCollectionId.Map<String,String>getProperties()Gets properties.StringgetTypeDefName()Gets type def name.StringgetUpdatedBy()Gets updated by.DategetUpdateTime()Gets update time.longgetVersion()Gets version.inthashCode()voidsetCreatedBy(String createdBy)Sets created by.voidsetCreateTime(Date createTime)Sets create time.voidsetGuid(String guid)Sets 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.StringtoString()
-
-
-
Method Detail
-
getGuid
public String getGuid()
Gets guid.- Returns:
- the guid
-
setGuid
public void setGuid(String guid)
Sets guid.- Parameters:
guid- the guid
-
getTypeDefName
public String getTypeDefName()
Gets type def name.- Returns:
- the type def name
-
setTypeDefName
public void setTypeDefName(String typeDefName)
Sets type def name.- Parameters:
typeDefName- the type def name
-
getCreatedBy
public String getCreatedBy()
Gets created by.- Returns:
- the created by
-
setCreatedBy
public void setCreatedBy(String createdBy)
Sets created by.- Parameters:
createdBy- the created by
-
getUpdatedBy
public String getUpdatedBy()
Gets updated by.- Returns:
- the updated by
-
setUpdatedBy
public void setUpdatedBy(String updatedBy)
Sets updated by.- Parameters:
updatedBy- the updated by
-
getCreateTime
public Date getCreateTime()
Gets create time.- Returns:
- the create time
-
setCreateTime
public void setCreateTime(Date createTime)
Sets create time.- Parameters:
createTime- the create time
-
getUpdateTime
public Date getUpdateTime()
Gets update time.- Returns:
- the update time
-
setUpdateTime
public void setUpdateTime(Date updateTime)
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
public String getMetadataCollectionId()
Gets metadataCollectionId.- Returns:
- the metadataCollectionId
-
setMetadataCollectionId
public void setMetadataCollectionId(String metadataCollectionId)
Sets metadataCollectionId.- Parameters:
metadataCollectionId- the metadataCollectionId
-
setProperties
public void setProperties(Map<String,String> properties)
Sets properties.- Parameters:
properties- the properties
-
-