Class Identifiers
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.Identifiers
-
public class Identifiers extends Object
-
-
Constructor Summary
Constructors Constructor Description Identifiers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetQualifiedName()Return the entity qualifiedNameinthashCode()voidsetQualifiedName(String qualifiedName)Set up the qualifiedName of the entityStringtoString()
-
-
-
Method Detail
-
getQualifiedName
public String getQualifiedName()
Return the entity qualifiedName- Returns:
- String - qualifiedName of the entity
-
setQualifiedName
public void setQualifiedName(String qualifiedName)
Set up the qualifiedName of the entity- Parameters:
qualifiedName- of the entity
-
canEqual
protected boolean canEqual(Object other)
-
-