org.jopendocument.model.table
Class TableDatabaseSourceQuery

java.lang.Object
  extended by org.jopendocument.model.table.TableDatabaseSourceQuery

public class TableDatabaseSourceQuery
extends Object


Field Summary
protected  String tableDatabaseName
           
protected  String tableQueryName
           
 
Constructor Summary
TableDatabaseSourceQuery()
           
 
Method Summary
 String getTableDatabaseName()
          Gets the value of the tableDatabaseName property.
 String getTableQueryName()
          Gets the value of the tableQueryName property.
 void setTableDatabaseName(String value)
          Sets the value of the tableDatabaseName property.
 void setTableQueryName(String value)
          Sets the value of the tableQueryName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDatabaseName

protected String tableDatabaseName

tableQueryName

protected String tableQueryName
Constructor Detail

TableDatabaseSourceQuery

public TableDatabaseSourceQuery()
Method Detail

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.