Class CatalogTargetProperties
java.lang.Object
org.odpi.openmetadata.accessservices.governanceengine.properties.CatalogTargetProperties
- All Implemented Interfaces:
Serializable
Properties for the CatalogTarget 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.Returns the target name property.int
hashCode()
Return hash code based on properties.void
setCatalogTargetName
(String catalogTargetName) Set up the target name.toString()
Standard toString method.
-
Constructor Details
-
CatalogTargetProperties
public CatalogTargetProperties()Default constructor -
CatalogTargetProperties
Copy/clone constructor. Retrieves values from the supplied template- Parameters:
template
- element to copy
-
-
Method Details
-
setCatalogTargetName
Set up the target name.- Parameters:
catalogTargetName
- String name
-
getCatalogTargetName
Returns the target name property.- Returns:
- qualifiedName
-
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.
-