org.jopendocument.model.table
Class TableDatabaseSourceQuery

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

public class TableDatabaseSourceQuery
extends java.lang.Object


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

Constructor Detail

TableDatabaseSourceQuery

public TableDatabaseSourceQuery()
Method Detail

getTableDatabaseName

public java.lang.String getTableDatabaseName()
Gets the value of the tableDatabaseName property.

Returns:
possible object is String

getTableQueryName

public java.lang.String getTableQueryName()
Gets the value of the tableQueryName property.

Returns:
possible object is String

setTableDatabaseName

public void setTableDatabaseName(java.lang.String value)
Sets the value of the tableDatabaseName property.

Parameters:
value - allowed object is String

setTableQueryName

public void setTableQueryName(java.lang.String value)
Sets the value of the tableQueryName property.

Parameters:
value - allowed object is String