org.jopendocument.model.table
Class TableChangeTrackTableCell

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

public class TableChangeTrackTableCell
extends Object


Field Summary
protected  String tableCellAddress
           
protected  String tableDateValue
           
protected  String tableFormula
           
protected  String tableMatrixCovered
           
protected  String tableNumberMatrixColumnsSpanned
           
protected  String tableNumberMatrixRowsSpanned
           
protected  String tableStringValue
           
protected  String tableTimeValue
           
protected  String tableValue
           
protected  String tableValueType
           
protected  List<TextP> textP
           
 
Constructor Summary
TableChangeTrackTableCell()
           
 
Method Summary
 String getTableCellAddress()
          Gets the value of the tableCellAddress property.
 String getTableDateValue()
          Gets the value of the tableDateValue property.
 String getTableFormula()
          Gets the value of the tableFormula property.
 String getTableMatrixCovered()
          Gets the value of the tableMatrixCovered property.
 String getTableNumberMatrixColumnsSpanned()
          Gets the value of the tableNumberMatrixColumnsSpanned property.
 String getTableNumberMatrixRowsSpanned()
          Gets the value of the tableNumberMatrixRowsSpanned property.
 String getTableStringValue()
          Gets the value of the tableStringValue property.
 String getTableTimeValue()
          Gets the value of the tableTimeValue property.
 String getTableValue()
          Gets the value of the tableValue property.
 String getTableValueType()
          Gets the value of the tableValueType property.
 List<TextP> getTextP()
          Gets the value of the textP property.
 void setTableCellAddress(String value)
          Sets the value of the tableCellAddress property.
 void setTableDateValue(String value)
          Sets the value of the tableDateValue property.
 void setTableFormula(String value)
          Sets the value of the tableFormula property.
 void setTableMatrixCovered(String value)
          Sets the value of the tableMatrixCovered property.
 void setTableNumberMatrixColumnsSpanned(String value)
          Sets the value of the tableNumberMatrixColumnsSpanned property.
 void setTableNumberMatrixRowsSpanned(String value)
          Sets the value of the tableNumberMatrixRowsSpanned property.
 void setTableStringValue(String value)
          Sets the value of the tableStringValue property.
 void setTableTimeValue(String value)
          Sets the value of the tableTimeValue property.
 void setTableValue(String value)
          Sets the value of the tableValue property.
 void setTableValueType(String value)
          Sets the value of the tableValueType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCellAddress

protected String tableCellAddress

tableDateValue

protected String tableDateValue

tableFormula

protected String tableFormula

tableMatrixCovered

protected String tableMatrixCovered

tableNumberMatrixColumnsSpanned

protected String tableNumberMatrixColumnsSpanned

tableNumberMatrixRowsSpanned

protected String tableNumberMatrixRowsSpanned

tableStringValue

protected String tableStringValue

tableTimeValue

protected String tableTimeValue

tableValue

protected String tableValue

tableValueType

protected String tableValueType

textP

protected List<TextP> textP
Constructor Detail

TableChangeTrackTableCell

public TableChangeTrackTableCell()
Method Detail

getTableCellAddress

public String getTableCellAddress()
Gets the value of the tableCellAddress property.

Returns:
possible object is String

getTableDateValue

public String getTableDateValue()
Gets the value of the tableDateValue property.

Returns:
possible object is String

getTableFormula

public String getTableFormula()
Gets the value of the tableFormula property.

Returns:
possible object is String

getTableMatrixCovered

public String getTableMatrixCovered()
Gets the value of the tableMatrixCovered property.

Returns:
possible object is String

getTableNumberMatrixColumnsSpanned

public String getTableNumberMatrixColumnsSpanned()
Gets the value of the tableNumberMatrixColumnsSpanned property.

Returns:
possible object is String

getTableNumberMatrixRowsSpanned

public String getTableNumberMatrixRowsSpanned()
Gets the value of the tableNumberMatrixRowsSpanned property.

Returns:
possible object is String

getTableStringValue

public String getTableStringValue()
Gets the value of the tableStringValue property.

Returns:
possible object is String

getTableTimeValue

public String getTableTimeValue()
Gets the value of the tableTimeValue property.

Returns:
possible object is String

getTableValue

public String getTableValue()
Gets the value of the tableValue property.

Returns:
possible object is String

getTableValueType

public String getTableValueType()
Gets the value of the tableValueType property.

Returns:
possible object is String

getTextP

public List<TextP> getTextP()
Gets the value of the textP property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textP property.

For example, to add a new item, do as follows:

 getTextP().add(newItem);
 

Objects of the following type(s) are allowed in the list TextP


setTableCellAddress

public void setTableCellAddress(String value)
Sets the value of the tableCellAddress property.

Parameters:
value - allowed object is String

setTableDateValue

public void setTableDateValue(String value)
Sets the value of the tableDateValue property.

Parameters:
value - allowed object is String

setTableFormula

public void setTableFormula(String value)
Sets the value of the tableFormula property.

Parameters:
value - allowed object is String

setTableMatrixCovered

public void setTableMatrixCovered(String value)
Sets the value of the tableMatrixCovered property.

Parameters:
value - allowed object is String

setTableNumberMatrixColumnsSpanned

public void setTableNumberMatrixColumnsSpanned(String value)
Sets the value of the tableNumberMatrixColumnsSpanned property.

Parameters:
value - allowed object is String

setTableNumberMatrixRowsSpanned

public void setTableNumberMatrixRowsSpanned(String value)
Sets the value of the tableNumberMatrixRowsSpanned property.

Parameters:
value - allowed object is String

setTableStringValue

public void setTableStringValue(String value)
Sets the value of the tableStringValue property.

Parameters:
value - allowed object is String

setTableTimeValue

public void setTableTimeValue(String value)
Sets the value of the tableTimeValue property.

Parameters:
value - allowed object is String

setTableValue

public void setTableValue(String value)
Sets the value of the tableValue property.

Parameters:
value - allowed object is String

setTableValueType

public void setTableValueType(String value)
Sets the value of the tableValueType property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.