org.jopendocument.model.table
Class TableCellContentDeletion

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

public class TableCellContentDeletion
extends Object


Field Summary
protected  TableCellAddress tableCellAddress
           
protected  TableChangeTrackTableCell tableChangeTrackTableCell
           
protected  String tableId
           
 
Constructor Summary
TableCellContentDeletion()
           
 
Method Summary
 TableCellAddress getTableCellAddress()
          Gets the value of the tableCellAddress property.
 TableChangeTrackTableCell getTableChangeTrackTableCell()
          Gets the value of the tableChangeTrackTableCell property.
 String getTableId()
          Gets the value of the tableId property.
 void setTableCellAddress(TableCellAddress value)
          Sets the value of the tableCellAddress property.
 void setTableChangeTrackTableCell(TableChangeTrackTableCell value)
          Sets the value of the tableChangeTrackTableCell property.
 void setTableId(String value)
          Sets the value of the tableId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCellAddress

protected TableCellAddress tableCellAddress

tableChangeTrackTableCell

protected TableChangeTrackTableCell tableChangeTrackTableCell

tableId

protected String tableId
Constructor Detail

TableCellContentDeletion

public TableCellContentDeletion()
Method Detail

getTableCellAddress

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

Returns:
possible object is TableCellAddress

getTableChangeTrackTableCell

public TableChangeTrackTableCell getTableChangeTrackTableCell()
Gets the value of the tableChangeTrackTableCell property.

Returns:
possible object is TableChangeTrackTableCell

getTableId

public String getTableId()
Gets the value of the tableId property.

Returns:
possible object is String

setTableCellAddress

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

Parameters:
value - allowed object is TableCellAddress

setTableChangeTrackTableCell

public void setTableChangeTrackTableCell(TableChangeTrackTableCell value)
Sets the value of the tableChangeTrackTableCell property.

Parameters:
value - allowed object is TableChangeTrackTableCell

setTableId

public void setTableId(String value)
Sets the value of the tableId property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.