org.jopendocument.model.table
Class TableCellRangeSource

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

public class TableCellRangeSource
extends Object


Field Summary
protected  String tableFilterName
           
protected  String tableFilterOptions
           
protected  String tableLastColumnSpanned
           
protected  String tableLastRowSpanned
           
protected  String tableName
           
protected  String tableRefreshDelay
           
protected  String xlinkActuate
           
protected  String xlinkHref
           
protected  String xlinkType
           
 
Constructor Summary
TableCellRangeSource()
           
 
Method Summary
 String getTableFilterName()
          Gets the value of the tableFilterName property.
 String getTableFilterOptions()
          Gets the value of the tableFilterOptions property.
 String getTableLastColumnSpanned()
          Gets the value of the tableLastColumnSpanned property.
 String getTableLastRowSpanned()
          Gets the value of the tableLastRowSpanned property.
 String getTableName()
          Gets the value of the tableName property.
 String getTableRefreshDelay()
          Gets the value of the tableRefreshDelay 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 setTableLastColumnSpanned(String value)
          Sets the value of the tableLastColumnSpanned property.
 void setTableLastRowSpanned(String value)
          Sets the value of the tableLastRowSpanned property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableRefreshDelay(String value)
          Sets the value of the tableRefreshDelay 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

tableLastColumnSpanned

protected String tableLastColumnSpanned

tableLastRowSpanned

protected String tableLastRowSpanned

tableName

protected String tableName

tableRefreshDelay

protected String tableRefreshDelay

xlinkActuate

protected String xlinkActuate

xlinkHref

protected String xlinkHref

xlinkType

protected String xlinkType
Constructor Detail

TableCellRangeSource

public TableCellRangeSource()
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

getTableLastColumnSpanned

public String getTableLastColumnSpanned()
Gets the value of the tableLastColumnSpanned property.

Returns:
possible object is String

getTableLastRowSpanned

public String getTableLastRowSpanned()
Gets the value of the tableLastRowSpanned property.

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

getTableRefreshDelay

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

setTableLastColumnSpanned

public void setTableLastColumnSpanned(String value)
Sets the value of the tableLastColumnSpanned property.

Parameters:
value - allowed object is String

setTableLastRowSpanned

public void setTableLastRowSpanned(String value)
Sets the value of the tableLastRowSpanned property.

Parameters:
value - allowed object is String

setTableName

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

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.