org.jopendocument.model.table
Class TableTableSource

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

public class TableTableSource
extends Object


Field Summary
protected  String tableFilterName
           
protected  String tableFilterOptions
           
protected  String tableMode
           
protected  String tableRefreshDelay
           
protected  String tableTableName
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkType
           
 
Constructor Summary
TableTableSource()
           
 
Method Summary
 String getTableFilterName()
          Gets the value of the tableFilterName property.
 String getTableFilterOptions()
          Gets the value of the tableFilterOptions property.
 String getTableMode()
          Gets the value of the tableMode property.
 String getTableRefreshDelay()
          Gets the value of the tableRefreshDelay property.
 String getTableTableName()
          Gets the value of the tableTableName property.
 String getXlinkActuate()
          Gets the value of the xlinkActuate property.
 String getXlinkHref()
          Gets the value of the xlinkHref property.
 String getXlinkType()
          Gets the value of the xlinkType property.
 void setTableFilterName(String value)
          Sets the value of the tableFilterName property.
 void setTableFilterOptions(String value)
          Sets the value of the tableFilterOptions property.
 void setTableMode(String value)
          Sets the value of the tableMode property.
 void setTableRefreshDelay(String value)
          Sets the value of the tableRefreshDelay property.
 void setTableTableName(String value)
          Sets the value of the tableTableName property.
 void setXlinkActuate(String value)
          Sets the value of the xlinkActuate property.
 void setXlinkHref(String value)
          Sets the value of the xlinkHref property.
 void setXlinkType(String value)
          Sets the value of the xlinkType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableFilterName

protected String tableFilterName

tableFilterOptions

protected String tableFilterOptions

tableMode

protected String tableMode

tableRefreshDelay

protected String tableRefreshDelay

tableTableName

protected String tableTableName

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkType

protected String xlinkType
Constructor Detail

TableTableSource

public TableTableSource()
Method Detail

getTableFilterName

public String getTableFilterName()
Gets the value of the tableFilterName property.

Returns:
possible object is String

getTableFilterOptions

public String getTableFilterOptions()
Gets the value of the tableFilterOptions property.

Returns:
possible object is String

getTableMode

public String getTableMode()
Gets the value of the tableMode property.

Returns:
possible object is String

getTableRefreshDelay

public String getTableRefreshDelay()
Gets the value of the tableRefreshDelay property.

Returns:
possible object is String

getTableTableName

public String getTableTableName()
Gets the value of the tableTableName property.

Returns:
possible object is String

getXlinkActuate

public String getXlinkActuate()
Gets the value of the xlinkActuate property.

Returns:
possible object is String

getXlinkHref

public String getXlinkHref()
Gets the value of the xlinkHref property.

Returns:
possible object is String

getXlinkType

public String getXlinkType()
Gets the value of the xlinkType property.

Returns:
possible object is String

setTableFilterName

public void setTableFilterName(String value)
Sets the value of the tableFilterName property.

Parameters:
value - allowed object is String

setTableFilterOptions

public void setTableFilterOptions(String value)
Sets the value of the tableFilterOptions property.

Parameters:
value - allowed object is String

setTableMode

public void setTableMode(String value)
Sets the value of the tableMode property.

Parameters:
value - allowed object is String

setTableRefreshDelay

public void setTableRefreshDelay(String value)
Sets the value of the tableRefreshDelay 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

setXlinkActuate

public void setXlinkActuate(String value)
Sets the value of the xlinkActuate property.

Parameters:
value - allowed object is String

setXlinkHref

public void setXlinkHref(String value)
Sets the value of the xlinkHref property.

Parameters:
value - allowed object is String

setXlinkType

public void setXlinkType(String value)
Sets the value of the xlinkType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.