Class 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 Detail

      • LineageEntity

        public LineageEntity()
    • 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
      • getProperties

        public Map<String,​String> getProperties()
        Gets properties.
        Returns:
        the properties
      • setProperties

        public void setProperties​(Map<String,​String> properties)
        Sets properties.
        Parameters:
        properties - the properties
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object