org.jopendocument.model.table
Class TableSourceService

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

public class TableSourceService
extends Object


Field Summary
protected  String tableName
           
protected  String tableObjectName
           
protected  String tablePassword
           
protected  String tableSourceName
           
protected  String tableUsername
           
 
Constructor Summary
TableSourceService()
           
 
Method Summary
 String getTableName()
          Gets the value of the tableName property.
 String getTableObjectName()
          Gets the value of the tableObjectName property.
 String getTablePassword()
          Gets the value of the tablePassword property.
 String getTableSourceName()
          Gets the value of the tableSourceName property.
 String getTableUsername()
          Gets the value of the tableUsername property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableObjectName(String value)
          Sets the value of the tableObjectName property.
 void setTablePassword(String value)
          Sets the value of the tablePassword property.
 void setTableSourceName(String value)
          Sets the value of the tableSourceName property.
 void setTableUsername(String value)
          Sets the value of the tableUsername property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

protected String tableName

tableObjectName

protected String tableObjectName

tablePassword

protected String tablePassword

tableSourceName

protected String tableSourceName

tableUsername

protected String tableUsername
Constructor Detail

TableSourceService

public TableSourceService()
Method Detail

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

getTableObjectName

public String getTableObjectName()
Gets the value of the tableObjectName property.

Returns:
possible object is String

getTablePassword

public String getTablePassword()
Gets the value of the tablePassword property.

Returns:
possible object is String

getTableSourceName

public String getTableSourceName()
Gets the value of the tableSourceName property.

Returns:
possible object is String

getTableUsername

public String getTableUsername()
Gets the value of the tableUsername property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableObjectName

public void setTableObjectName(String value)
Sets the value of the tableObjectName property.

Parameters:
value - allowed object is String

setTablePassword

public void setTablePassword(String value)
Sets the value of the tablePassword property.

Parameters:
value - allowed object is String

setTableSourceName

public void setTableSourceName(String value)
Sets the value of the tableSourceName property.

Parameters:
value - allowed object is String

setTableUsername

public void setTableUsername(String value)
Sets the value of the tableUsername property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.