Class DeleteEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent
- All Implemented Interfaces:
Serializable
The delete event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the delete semanticgetGuid()Return the entity unique identifierReturn the entity qualified nameinthashCode()voidsetDeleteSemantic(DeleteSemantic deleteSemantic) Set up the delete semanticvoidSet up the unique identifier of the entityvoidsetQualifiedName(String qualifiedName) Set up the qualified name of the entitytoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
DeleteEvent
public DeleteEvent()
-
-
Method Details
-
getQualifiedName
Return the entity qualified name- Returns:
- String - qualified name of the entity
-
getGuid
Return the entity unique identifier- Returns:
- String - unique identifier of the entity
-
getDeleteSemantic
Return the delete semantic- Returns:
- String - unique identifier of the entity
-
setQualifiedName
Set up the qualified name of the entity- Parameters:
qualifiedName- of the entity
-
setGuid
Set up the unique identifier of the entity- Parameters:
guid- of the entity
-
setDeleteSemantic
Set up the delete semantic- Parameters:
deleteSemantic- of the entity
-
equals
- Overrides:
equalsin classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineEventHeader
-
toString
- Overrides:
toStringin classDataEngineEventHeader
-