org.jopendocument.model.table
Class TableSourceService

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

public class TableSourceService
extends java.lang.Object


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

Constructor Detail

TableSourceService

public TableSourceService()
Method Detail

getTableName

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

Returns:
possible object is String

getTableObjectName

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

Returns:
possible object is String

getTablePassword

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

Returns:
possible object is String

getTableSourceName

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

Returns:
possible object is String

getTableUsername

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

Returns:
possible object is String

setTableName

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

Parameters:
value - allowed object is String

setTableObjectName

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

Parameters:
value - allowed object is String

setTablePassword

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

Parameters:
value - allowed object is String

setTableSourceName

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

Parameters:
value - allowed object is String

setTableUsername

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

Parameters:
value - allowed object is String