public class PersistenceTableModel extends Object
| Constructor and Description |
|---|
PersistenceTableModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name.
|
List<PersistenceTableColumnModel> |
getColumns()
Gets the columns.
|
String |
getSchemaName()
Gets the schema name.
|
String |
getTableName()
Gets the table name.
|
void |
setClassName(String className)
Sets the class name.
|
void |
setColumns(List<PersistenceTableColumnModel> columns)
Sets the columns.
|
void |
setSchemaName(String schemaName)
Sets the schema name.
|
void |
setTableName(String tableName)
Sets the table name.
|
public String getClassName()
public void setClassName(String className)
className - the new class namepublic String getTableName()
public void setTableName(String tableName)
tableName - the new table namepublic String getSchemaName()
public void setSchemaName(String schemaName)
schemaName - the new schema namepublic List<PersistenceTableColumnModel> getColumns()
public void setColumns(List<PersistenceTableColumnModel> columns)
columns - the new columnsCopyright © 2010–2018 Eclipse Foundation. All rights reserved.