org.jopendocument.model.table
Class TableDatabaseSourceTable
java.lang.Object
org.jopendocument.model.table.TableDatabaseSourceTable
public class TableDatabaseSourceTable
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableDatabaseName
protected String tableDatabaseName
tableTableName
protected String tableTableName
TableDatabaseSourceTable
public TableDatabaseSourceTable()
getTableDatabaseName
public String getTableDatabaseName()
- Gets the value of the tableDatabaseName property.
- Returns:
- possible object is
String
getTableTableName
public String getTableTableName()
- Gets the value of the tableTableName property.
- Returns:
- possible object is
String
setTableDatabaseName
public void setTableDatabaseName(String value)
- Sets the value of the tableDatabaseName property.
- Parameters:
value
- allowed object is String
setTableTableName
public void setTableTableName(String value)
- Sets the value of the tableTableName property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.