org.jopendocument.model.table
Class TablePrevious
java.lang.Object
org.jopendocument.model.table.TablePrevious
public class TablePrevious
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableChangeTrackTableCell
protected TableChangeTrackTableCell tableChangeTrackTableCell
tableId
protected String tableId
TablePrevious
public TablePrevious()
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.