org.jopendocument.model.table
Class TableOperation
java.lang.Object
org.jopendocument.model.table.TableOperation
public class TableOperation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableIndex
protected String tableIndex
tableName
protected String tableName
TableOperation
public TableOperation()
getTableIndex
public String getTableIndex()
- Gets the value of the tableIndex property.
- Returns:
- possible object is
String
getTableName
public String getTableName()
- Gets the value of the tableName property.
- Returns:
- possible object is
String
setTableIndex
public void setTableIndex(String value)
- Sets the value of the tableIndex property.
- Parameters:
value
- allowed object is String
setTableName
public void setTableName(String value)
- Sets the value of the tableName property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.