Class RelationalTableEvent
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
-
- org.odpi.openmetadata.accessservices.dataengine.event.RelationalTableEvent
-
- All Implemented Interfaces:
Serializable
public class RelationalTableEvent extends DataEngineEventHeader
The relational table event of Data Engine OMAS.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RelationalTableEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDatabaseSchemaQualifiedName()Return the database schema qualified nameRelationalTablegetRelationalTable()Return the relational table beaninthashCode()voidsetDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName)Set up the qualified name of the database schemavoidsetRelationalTable(RelationalTable relationalTable)Set up the relational table beanStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
getRelationalTable
public RelationalTable getRelationalTable()
Return the relational table bean- Returns:
- the relational table
-
getDatabaseSchemaQualifiedName
public String getDatabaseSchemaQualifiedName()
Return the database schema qualified name- Returns:
- String - qualified name of the database schema
-
setRelationalTable
public void setRelationalTable(RelationalTable relationalTable)
Set up the relational table bean- Parameters:
relationalTable- the relational table
-
setDatabaseSchemaQualifiedName
public void setDatabaseSchemaQualifiedName(String databaseSchemaQualifiedName)
Set up the qualified name of the database schema- Parameters:
databaseSchemaQualifiedName- of the database schema
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineEventHeader
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineEventHeader
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineEventHeader
-
toString
public String toString()
- Overrides:
toStringin classDataEngineEventHeader
-
-