org.jopendocument.model.table
Class TableSourceCellRange

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

public class TableSourceCellRange
extends java.lang.Object


Constructor Summary
TableSourceCellRange()
           
 
Method Summary
 java.lang.String getTableCellRangeAddress()
          Gets the value of the tableCellRangeAddress property.
 TableFilter getTableFilter()
          Gets the value of the tableFilter property.
 void setTableCellRangeAddress(java.lang.String value)
          Sets the value of the tableCellRangeAddress property.
 void setTableFilter(TableFilter value)
          Sets the value of the tableFilter property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSourceCellRange

public TableSourceCellRange()
Method Detail

getTableCellRangeAddress

public java.lang.String getTableCellRangeAddress()
Gets the value of the tableCellRangeAddress property.

Returns:
possible object is String

getTableFilter

public TableFilter getTableFilter()
Gets the value of the tableFilter property.

Returns:
possible object is TableFilter

setTableCellRangeAddress

public void setTableCellRangeAddress(java.lang.String value)
Sets the value of the tableCellRangeAddress property.

Parameters:
value - allowed object is String

setTableFilter

public void setTableFilter(TableFilter value)
Sets the value of the tableFilter property.

Parameters:
value - allowed object is TableFilter