org.jopendocument.model.table
Class TableSubtotalField

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

public class TableSubtotalField
extends Object


Field Summary
protected  String tableFieldNumber
           
protected  String tableFunction
           
 
Constructor Summary
TableSubtotalField()
           
 
Method Summary
 String getTableFieldNumber()
          Gets the value of the tableFieldNumber property.
 String getTableFunction()
          Gets the value of the tableFunction property.
 void setTableFieldNumber(String value)
          Sets the value of the tableFieldNumber property.
 void setTableFunction(String value)
          Sets the value of the tableFunction property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableFieldNumber

protected String tableFieldNumber

tableFunction

protected String tableFunction
Constructor Detail

TableSubtotalField

public TableSubtotalField()
Method Detail

getTableFieldNumber

public String getTableFieldNumber()
Gets the value of the tableFieldNumber property.

Returns:
possible object is String

getTableFunction

public String getTableFunction()
Gets the value of the tableFunction property.

Returns:
possible object is String

setTableFieldNumber

public void setTableFieldNumber(String value)
Sets the value of the tableFieldNumber property.

Parameters:
value - allowed object is String

setTableFunction

public void setTableFunction(String value)
Sets the value of the tableFunction property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.