org.jopendocument.model.table
Class TableMovementCutOff

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

public class TableMovementCutOff
extends Object


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

Field Detail

tableEndPosition

protected String tableEndPosition

tableId

protected String tableId

tablePosition

protected String tablePosition

tableStartPosition

protected String tableStartPosition
Constructor Detail

TableMovementCutOff

public TableMovementCutOff()
Method Detail

getTableEndPosition

public String getTableEndPosition()
Gets the value of the tableEndPosition property.

Returns:
possible object is String

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

getTableStartPosition

public String getTableStartPosition()
Gets the value of the tableStartPosition property.

Returns:
possible object is String

setTableEndPosition

public void setTableEndPosition(String value)
Sets the value of the tableEndPosition property.

Parameters:
value - allowed 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

setTableStartPosition

public void setTableStartPosition(String value)
Sets the value of the tableStartPosition property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.