org.jopendocument.model.chart
Class ChartDomain

java.lang.Object
  extended by org.jopendocument.model.chart.ChartDomain

public class ChartDomain
extends Object


Field Summary
protected  String tableCellRangeAddress
           
 
Constructor Summary
ChartDomain()
           
 
Method Summary
 String getTableCellRangeAddress()
          Gets the value of the tableCellRangeAddress property.
 void setTableCellRangeAddress(String value)
          Sets the value of the tableCellRangeAddress 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
Constructor Detail

ChartDomain

public ChartDomain()
Method Detail

getTableCellRangeAddress

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

Returns:
possible object is String

setTableCellRangeAddress

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.