org.jopendocument.model.table
Class TablePrevious

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

public class TablePrevious
extends Object


Field Summary
protected  TableChangeTrackTableCell tableChangeTrackTableCell
           
protected  String tableId
           
 
Constructor Summary
TablePrevious()
           
 
Method Summary
 TableChangeTrackTableCell getTableChangeTrackTableCell()
          Gets the value of the tableChangeTrackTableCell property.
 String getTableId()
          Gets the value of the tableId 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

tableChangeTrackTableCell

protected TableChangeTrackTableCell tableChangeTrackTableCell

tableId

protected String tableId
Constructor Detail

TablePrevious

public TablePrevious()
Method Detail

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

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.