org.jopendocument.model.table
Class TableTargetRangeAddress

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

public class TableTargetRangeAddress
extends Object


Field Summary
protected  String tableColumn
           
protected  String tableEndColumn
           
protected  String tableEndRow
           
protected  String tableEndTable
           
protected  String tableRow
           
protected  String tableStartColumn
           
protected  String tableStartRow
           
protected  String tableStartTable
           
protected  String tableTable
           
 
Constructor Summary
TableTargetRangeAddress()
           
 
Method Summary
 String getTableColumn()
          Gets the value of the tableColumn property.
 String getTableEndColumn()
          Gets the value of the tableEndColumn property.
 String getTableEndRow()
          Gets the value of the tableEndRow property.
 String getTableEndTable()
          Gets the value of the tableEndTable property.
 String getTableRow()
          Gets the value of the tableRow property.
 String getTableStartColumn()
          Gets the value of the tableStartColumn property.
 String getTableStartRow()
          Gets the value of the tableStartRow property.
 String getTableStartTable()
          Gets the value of the tableStartTable property.
 String getTableTable()
          Gets the value of the tableTable property.
 void setTableColumn(String value)
          Sets the value of the tableColumn property.
 void setTableEndColumn(String value)
          Sets the value of the tableEndColumn property.
 void setTableEndRow(String value)
          Sets the value of the tableEndRow property.
 void setTableEndTable(String value)
          Sets the value of the tableEndTable property.
 void setTableRow(String value)
          Sets the value of the tableRow property.
 void setTableStartColumn(String value)
          Sets the value of the tableStartColumn property.
 void setTableStartRow(String value)
          Sets the value of the tableStartRow property.
 void setTableStartTable(String value)
          Sets the value of the tableStartTable 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

tableEndColumn

protected String tableEndColumn

tableEndRow

protected String tableEndRow

tableEndTable

protected String tableEndTable

tableRow

protected String tableRow

tableStartColumn

protected String tableStartColumn

tableStartRow

protected String tableStartRow

tableStartTable

protected String tableStartTable

tableTable

protected String tableTable
Constructor Detail

TableTargetRangeAddress

public TableTargetRangeAddress()
Method Detail

getTableColumn

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

Returns:
possible object is String

getTableEndColumn

public String getTableEndColumn()
Gets the value of the tableEndColumn property.

Returns:
possible object is String

getTableEndRow

public String getTableEndRow()
Gets the value of the tableEndRow property.

Returns:
possible object is String

getTableEndTable

public String getTableEndTable()
Gets the value of the tableEndTable property.

Returns:
possible object is String

getTableRow

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

Returns:
possible object is String

getTableStartColumn

public String getTableStartColumn()
Gets the value of the tableStartColumn property.

Returns:
possible object is String

getTableStartRow

public String getTableStartRow()
Gets the value of the tableStartRow property.

Returns:
possible object is String

getTableStartTable

public String getTableStartTable()
Gets the value of the tableStartTable 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

setTableEndColumn

public void setTableEndColumn(String value)
Sets the value of the tableEndColumn property.

Parameters:
value - allowed object is String

setTableEndRow

public void setTableEndRow(String value)
Sets the value of the tableEndRow property.

Parameters:
value - allowed object is String

setTableEndTable

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

setTableStartColumn

public void setTableStartColumn(String value)
Sets the value of the tableStartColumn property.

Parameters:
value - allowed object is String

setTableStartRow

public void setTableStartRow(String value)
Sets the value of the tableStartRow property.

Parameters:
value - allowed object is String

setTableStartTable

public void setTableStartTable(String value)
Sets the value of the tableStartTable 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.