Class RelationalTableEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.RelationalTableEvent
- All Implemented Interfaces:
Serializable
The relational table event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the database schema qualified nameReturn the relational table beaninthashCode()voidsetDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName) Set up the qualified name of the database schemavoidsetRelationalTable(RelationalTable relationalTable) Set up the relational table beantoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
RelationalTableEvent
public RelationalTableEvent()
-
-
Method Details
-
getRelationalTable
Return the relational table bean- Returns:
- the relational table
-
getDatabaseSchemaQualifiedName
Return the database schema qualified name- Returns:
- String - qualified name of the database schema
-
setRelationalTable
Set up the relational table bean- Parameters:
relationalTable- the relational table
-
setDatabaseSchemaQualifiedName
Set up the qualified name of the database schema- Parameters:
databaseSchemaQualifiedName- of the database schema
-
equals
- Overrides:
equalsin classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineEventHeader
-
toString
- Overrides:
toStringin classDataEngineEventHeader
-