Class OpenLineageSchemaDataSetFacetField
java.lang.Object
org.odpi.openmetadata.integrationservices.lineage.properties.OpenLineageSchemaDataSetFacetField
This class represents the description of a field in a data set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description of the field.getName()
Return the name of the field.getType()
Return the type of the field.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description of the field.void
Set up the name of the field.void
Set up the type of the field.toString()
Standard toString method.
-
Constructor Details
-
OpenLineageSchemaDataSetFacetField
public OpenLineageSchemaDataSetFacetField()Default constructor
-
-
Method Details
-
getName
Return the name of the field.- Returns:
- string name
-
setName
Set up the name of the field.- Parameters:
name
- string name
-
getType
Return the type of the field.- Returns:
- string type name
-
setType
Set up the type of the field.- Parameters:
type
- string type name
-
getDescription
Return the description of the field.- Returns:
- string description
-
setDescription
Set up the description of the field.- Parameters:
description
- string description
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Return hash code based on properties.
-