org.jopendocument.model.table
Class TableSourceCellRange

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

public class TableSourceCellRange
extends Object


Field Summary
protected  String tableCellRangeAddress
           
protected  TableFilter tableFilter
           
 
Constructor Summary
TableSourceCellRange()
           
 
Method Summary
 String getTableCellRangeAddress()
          Gets the value of the tableCellRangeAddress property.
 TableFilter getTableFilter()
          Gets the value of the tableFilter property.
 void setTableCellRangeAddress(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCellRangeAddress

protected String tableCellRangeAddress

tableFilter

protected TableFilter tableFilter
Constructor Detail

TableSourceCellRange

public TableSourceCellRange()
Method Detail

getTableCellRangeAddress

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


Copyright © 2010 jOpenDocument All Rights Reserved.