|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableConsolidation
public class TableConsolidation
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 |
---|
protected String tableFunction
protected String tableLinkToSourceData
protected String tableSourceCellRangeAddresses
protected String tableTargetCellAddress
protected String tableUseLabel
Constructor Detail |
---|
public TableConsolidation()
Method Detail |
---|
public String getTableFunction()
String
public String getTableLinkToSourceData()
String
public String getTableSourceCellRangeAddresses()
String
public String getTableTargetCellAddress()
String
public String getTableUseLabel()
String
public void setTableFunction(String value)
value
- allowed object is String
public void setTableLinkToSourceData(String value)
value
- allowed object is String
public void setTableSourceCellRangeAddresses(String value)
value
- allowed object is String
public void setTableTargetCellAddress(String value)
value
- allowed object is String
public void setTableUseLabel(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |