org.jopendocument.model.table
Class TableNamedRange

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

public class TableNamedRange
extends java.lang.Object


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

Constructor Detail

TableNamedRange

public TableNamedRange()
Method Detail

getTableBaseCellAddress

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

Returns:
possible object is String

getTableCellRangeAddress

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

Returns:
possible object is String

getTableName

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

Returns:
possible object is String

getTableRangeUsableAs

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

Returns:
possible object is String

setTableBaseCellAddress

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

Parameters:
value - allowed object is String

setTableCellRangeAddress

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

Parameters:
value - allowed object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableRangeUsableAs

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

Parameters:
value - allowed object is String