org.jopendocument.model.table
Class TableOperation

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

public class TableOperation
extends Object


Field Summary
protected  String tableIndex
           
protected  String tableName
           
 
Constructor Summary
TableOperation()
           
 
Method Summary
 String getTableIndex()
          Gets the value of the tableIndex property.
 String getTableName()
          Gets the value of the tableName property.
 void setTableIndex(String value)
          Sets the value of the tableIndex property.
 void setTableName(String value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableIndex

protected String tableIndex

tableName

protected String tableName
Constructor Detail

TableOperation

public TableOperation()
Method Detail

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.