public class LogicTable extends Object
| Constructor and Description |
|---|
LogicTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Compare object
|
Map<String,String> |
getLogicalTableDefinition()
Provide the content of the logical table
|
String |
getLogicalTableName()
Provide the logical table name
|
String |
getNodeName()
Provide the node name
|
int |
hashCode()
Hash
|
void |
setLogicalTableDefinition(Map<String,String> logicalTableDefinition)
Set the content of the logical table
|
void |
setLogicalTableName(String logicalTableName)
Set the logical table name
|
void |
setNodeName(String nodeName)
Set the node name
|
public Map<String,String> getLogicalTableDefinition()
public void setLogicalTableDefinition(Map<String,String> logicalTableDefinition)
logicalTableDefinition - Map<String, String>public String getNodeName()
public void setNodeName(String nodeName)
nodeName - Stringpublic String getLogicalTableName()
public void setLogicalTableName(String logicalTableName)
logicalTableName - Stringpublic boolean equals(Object o)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.