public class CreateTableObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
tableName
The table name.
|
private java.util.Map |
tableObject
The table object.
|
| Constructor and Description |
|---|
CreateTableObject()
Instantiates a new creates the table object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTableName()
Gets the table name.
|
java.util.Map |
getTableObject()
Gets the table object.
|
void |
setTableName(java.lang.String tableName)
Sets the table name.
|
void |
setTableObject(java.util.Map tableObject)
Sets the table object.
|
private java.lang.String tableName
private java.util.Map tableObject
public CreateTableObject()
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName - the new table namepublic java.util.Map getTableObject()
public void setTableObject(java.util.Map tableObject)
tableObject - the new table object