org.jopendocument.model.table
Class TableDatabaseSourceQuery
java.lang.Object
org.jopendocument.model.table.TableDatabaseSourceQuery
public class TableDatabaseSourceQuery
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableDatabaseName
protected String tableDatabaseName
tableQueryName
protected String tableQueryName
TableDatabaseSourceQuery
public TableDatabaseSourceQuery()
getTableDatabaseName
public String getTableDatabaseName()
- Gets the value of the tableDatabaseName property.
- Returns:
- possible object is
String
getTableQueryName
public String getTableQueryName()
- Gets the value of the tableQueryName 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
setTableQueryName
public void setTableQueryName(String value)
- Sets the value of the tableQueryName property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.