org.jopendocument.model.table
Class TableNamedRange

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

public class TableNamedRange
extends Object


Field Summary
protected  String tableBaseCellAddress
           
protected  String tableCellRangeAddress
           
protected  String tableName
           
protected  String tableRangeUsableAs
           
 
Constructor Summary
TableNamedRange()
           
 
Method Summary
 String getTableBaseCellAddress()
          Gets the value of the tableBaseCellAddress property.
 String getTableCellRangeAddress()
          Gets the value of the tableCellRangeAddress property.
 String getTableName()
          Gets the value of the tableName property.
 String getTableRangeUsableAs()
          Gets the value of the tableRangeUsableAs property.
 void setTableBaseCellAddress(String value)
          Sets the value of the tableBaseCellAddress property.
 void setTableCellRangeAddress(String value)
          Sets the value of the tableCellRangeAddress property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setTableRangeUsableAs(String value)
          Sets the value of the tableRangeUsableAs property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableBaseCellAddress

protected String tableBaseCellAddress

tableCellRangeAddress

protected String tableCellRangeAddress

tableName

protected String tableName

tableRangeUsableAs

protected String tableRangeUsableAs
Constructor Detail

TableNamedRange

public TableNamedRange()
Method Detail

getTableBaseCellAddress

public String getTableBaseCellAddress()
Gets the value of the tableBaseCellAddress property.

Returns:
possible object is String

getTableCellRangeAddress

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

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

getTableRangeUsableAs

public String getTableRangeUsableAs()
Gets the value of the tableRangeUsableAs property.

Returns:
possible object is String

setTableBaseCellAddress

public void setTableBaseCellAddress(String value)
Sets the value of the tableBaseCellAddress property.

Parameters:
value - allowed object is String

setTableCellRangeAddress

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

setTableRangeUsableAs

public void setTableRangeUsableAs(String value)
Sets the value of the tableRangeUsableAs property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.