org.jopendocument.model.table
Class TableDatabaseSourceSql

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

public class TableDatabaseSourceSql
extends Object


Field Summary
protected  String tableDatabaseName
           
protected  String tableParseSqlStatements
           
protected  String tableSqlStatement
           
 
Constructor Summary
TableDatabaseSourceSql()
           
 
Method Summary
 String getTableDatabaseName()
          Gets the value of the tableDatabaseName property.
 String getTableParseSqlStatements()
          Gets the value of the tableParseSqlStatements property.
 String getTableSqlStatement()
          Gets the value of the tableSqlStatement property.
 void setTableDatabaseName(String value)
          Sets the value of the tableDatabaseName property.
 void setTableParseSqlStatements(String value)
          Sets the value of the tableParseSqlStatements property.
 void setTableSqlStatement(String value)
          Sets the value of the tableSqlStatement 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

tableParseSqlStatements

protected String tableParseSqlStatements

tableSqlStatement

protected String tableSqlStatement
Constructor Detail

TableDatabaseSourceSql

public TableDatabaseSourceSql()
Method Detail

getTableDatabaseName

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

Returns:
possible object is String

getTableParseSqlStatements

public String getTableParseSqlStatements()
Gets the value of the tableParseSqlStatements property.

Returns:
possible object is String

getTableSqlStatement

public String getTableSqlStatement()
Gets the value of the tableSqlStatement 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

setTableParseSqlStatements

public void setTableParseSqlStatements(String value)
Sets the value of the tableParseSqlStatements property.

Parameters:
value - allowed object is String

setTableSqlStatement

public void setTableSqlStatement(String value)
Sets the value of the tableSqlStatement property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.