org.jopendocument.model.table
Class TableConsolidation

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

public class TableConsolidation
extends Object


Field Summary
protected  String tableFunction
           
protected  String tableLinkToSourceData
           
protected  String tableSourceCellRangeAddresses
           
protected  String tableTargetCellAddress
           
protected  String tableUseLabel
           
 
Constructor Summary
TableConsolidation()
           
 
Method Summary
 String getTableFunction()
          Gets the value of the tableFunction property.
 String getTableLinkToSourceData()
          Gets the value of the tableLinkToSourceData property.
 String getTableSourceCellRangeAddresses()
          Gets the value of the tableSourceCellRangeAddresses property.
 String getTableTargetCellAddress()
          Gets the value of the tableTargetCellAddress property.
 String getTableUseLabel()
          Gets the value of the tableUseLabel property.
 void setTableFunction(String value)
          Sets the value of the tableFunction property.
 void setTableLinkToSourceData(String value)
          Sets the value of the tableLinkToSourceData property.
 void setTableSourceCellRangeAddresses(String value)
          Sets the value of the tableSourceCellRangeAddresses property.
 void setTableTargetCellAddress(String value)
          Sets the value of the tableTargetCellAddress property.
 void setTableUseLabel(String value)
          Sets the value of the tableUseLabel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableFunction

protected String tableFunction

tableLinkToSourceData

protected String tableLinkToSourceData

tableSourceCellRangeAddresses

protected String tableSourceCellRangeAddresses

tableTargetCellAddress

protected String tableTargetCellAddress

tableUseLabel

protected String tableUseLabel
Constructor Detail

TableConsolidation

public TableConsolidation()
Method Detail

getTableFunction

public String getTableFunction()
Gets the value of the tableFunction property.

Returns:
possible object is String

getTableLinkToSourceData

public String getTableLinkToSourceData()
Gets the value of the tableLinkToSourceData property.

Returns:
possible object is String

getTableSourceCellRangeAddresses

public String getTableSourceCellRangeAddresses()
Gets the value of the tableSourceCellRangeAddresses property.

Returns:
possible object is String

getTableTargetCellAddress

public String getTableTargetCellAddress()
Gets the value of the tableTargetCellAddress property.

Returns:
possible object is String

getTableUseLabel

public String getTableUseLabel()
Gets the value of the tableUseLabel property.

Returns:
possible object is String

setTableFunction

public void setTableFunction(String value)
Sets the value of the tableFunction property.

Parameters:
value - allowed object is String

setTableLinkToSourceData

public void setTableLinkToSourceData(String value)
Sets the value of the tableLinkToSourceData property.

Parameters:
value - allowed object is String

setTableSourceCellRangeAddresses

public void setTableSourceCellRangeAddresses(String value)
Sets the value of the tableSourceCellRangeAddresses property.

Parameters:
value - allowed object is String

setTableTargetCellAddress

public void setTableTargetCellAddress(String value)
Sets the value of the tableTargetCellAddress property.

Parameters:
value - allowed object is String

setTableUseLabel

public void setTableUseLabel(String value)
Sets the value of the tableUseLabel property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.