Class LineageMappingProperties
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemRelationshipProperties
org.odpi.openmetadata.accessservices.itinfrastructure.properties.LineageMappingProperties
- All Implemented Interfaces:
Serializable
LineageMappingProperties describe the properties for a lineage mapping relationship.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the description of the relationship.Returns the stored qualified name property for the relationship.int
hashCode()
Return hash code based on properties.void
setDescription
(String description) Set up the description of the relationship.void
setQualifiedName
(String qualifiedName) Set up the fully qualified name.toString()
Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.properties.ConfigurationItemRelationshipProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
LineageMappingProperties
public LineageMappingProperties()Default constructor -
LineageMappingProperties
Copy/clone constructor. Retrieves values from the supplied template- Parameters:
template
- element to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
getQualifiedName
Returns the stored qualified name property for the relationship. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
getDescription
Return the description of the relationship.- Returns:
- string text
-
setDescription
Set up the description of the relationship.- Parameters:
description
- string text
-
toString
Standard toString method.- Overrides:
toString
in classConfigurationItemRelationshipProperties
- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equals
in classConfigurationItemRelationshipProperties
- Parameters:
objectToCompare
- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code based on properties.- Overrides:
hashCode
in classConfigurationItemRelationshipProperties
- Returns:
- int
-