org.jopendocument.model.table
Class TableIteration

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

public class TableIteration
extends Object


Field Summary
protected  String tableMaximumDifference
           
protected  String tableStatus
           
protected  String tableSteps
           
 
Constructor Summary
TableIteration()
           
 
Method Summary
 String getTableMaximumDifference()
          Gets the value of the tableMaximumDifference property.
 String getTableStatus()
          Gets the value of the tableStatus property.
 String getTableSteps()
          Gets the value of the tableSteps property.
 void setTableMaximumDifference(String value)
          Sets the value of the tableMaximumDifference property.
 void setTableStatus(String value)
          Sets the value of the tableStatus property.
 void setTableSteps(String value)
          Sets the value of the tableSteps property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableMaximumDifference

protected String tableMaximumDifference

tableStatus

protected String tableStatus

tableSteps

protected String tableSteps
Constructor Detail

TableIteration

public TableIteration()
Method Detail

getTableMaximumDifference

public String getTableMaximumDifference()
Gets the value of the tableMaximumDifference property.

Returns:
possible object is String

getTableStatus

public String getTableStatus()
Gets the value of the tableStatus property.

Returns:
possible object is String

getTableSteps

public String getTableSteps()
Gets the value of the tableSteps property.

Returns:
possible object is String

setTableMaximumDifference

public void setTableMaximumDifference(String value)
Sets the value of the tableMaximumDifference property.

Parameters:
value - allowed object is String

setTableStatus

public void setTableStatus(String value)
Sets the value of the tableStatus property.

Parameters:
value - allowed object is String

setTableSteps

public void setTableSteps(String value)
Sets the value of the tableSteps property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.