org.jopendocument.model.table
Class TableDatabaseSourceTable

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

public class TableDatabaseSourceTable
extends Object


Field Summary
protected  String tableDatabaseName
           
protected  String tableTableName
           
 
Constructor Summary
TableDatabaseSourceTable()
           
 
Method Summary
 String getTableDatabaseName()
          Gets the value of the tableDatabaseName property.
 String getTableTableName()
          Gets the value of the tableTableName property.
 void setTableDatabaseName(String value)
          Sets the value of the tableDatabaseName property.
 void setTableTableName(String value)
          Sets the value of the tableTableName 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

tableTableName

protected String tableTableName
Constructor Detail

TableDatabaseSourceTable

public TableDatabaseSourceTable()
Method Detail

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.