org.jopendocument.model.table
Class TableInsertionCutOff

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

public class TableInsertionCutOff
extends Object


Field Summary
protected  String tableId
           
protected  String tablePosition
           
 
Constructor Summary
TableInsertionCutOff()
           
 
Method Summary
 String getTableId()
          Gets the value of the tableId property.
 String getTablePosition()
          Gets the value of the tablePosition property.
 void setTableId(String value)
          Sets the value of the tableId property.
 void setTablePosition(String value)
          Sets the value of the tablePosition property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableId

protected String tableId

tablePosition

protected String tablePosition
Constructor Detail

TableInsertionCutOff

public TableInsertionCutOff()
Method Detail

getTableId

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

Returns:
possible object is String

getTablePosition

public String getTablePosition()
Gets the value of the tablePosition property.

Returns:
possible object is String

setTableId

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

Parameters:
value - allowed object is String

setTablePosition

public void setTablePosition(String value)
Sets the value of the tablePosition property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.