org.jopendocument.model.table
Class TableCellAddress

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

public class TableCellAddress
extends java.lang.Object


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

Constructor Detail

TableCellAddress

public TableCellAddress()
Method Detail

getTableColumn

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

Returns:
possible object is String

getTableRow

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

Returns:
possible object is String

getTableTable

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

Returns:
possible object is String

setTableColumn

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

Parameters:
value - allowed object is String

setTableRow

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

Parameters:
value - allowed object is String

setTableTable

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

Parameters:
value - allowed object is String