org.jopendocument.model.table
Class TableCellAddress

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

public class TableCellAddress
extends Object


Field Summary
protected  String tableColumn
           
protected  String tableRow
           
protected  String tableTable
           
 
Constructor Summary
TableCellAddress()
           
 
Method Summary
 String getTableColumn()
          Gets the value of the tableColumn property.
 String getTableRow()
          Gets the value of the tableRow property.
 String getTableTable()
          Gets the value of the tableTable property.
 void setTableColumn(String value)
          Sets the value of the tableColumn property.
 void setTableRow(String value)
          Sets the value of the tableRow property.
 void setTableTable(String value)
          Sets the value of the tableTable property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableColumn

protected String tableColumn

tableRow

protected String tableRow

tableTable

protected String tableTable
Constructor Detail

TableCellAddress

public TableCellAddress()
Method Detail

getTableColumn

public String getTableColumn()
Gets the value of the tableColumn property.

Returns:
possible object is String

getTableRow

public String getTableRow()
Gets the value of the tableRow property.

Returns:
possible object is String

getTableTable

public String getTableTable()
Gets the value of the tableTable property.

Returns:
possible object is String

setTableColumn

public void setTableColumn(String value)
Sets the value of the tableColumn property.

Parameters:
value - allowed object is String

setTableRow

public void setTableRow(String value)
Sets the value of the tableRow property.

Parameters:
value - allowed object is String

setTableTable

public void setTableTable(String value)
Sets the value of the tableTable property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.