org.jopendocument.model.table
Class TableSortGroups

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

public class TableSortGroups
extends Object


Field Summary
protected  String tableDataType
           
protected  String tableOrder
           
 
Constructor Summary
TableSortGroups()
           
 
Method Summary
 String getTableDataType()
          Gets the value of the tableDataType property.
 String getTableOrder()
          Gets the value of the tableOrder property.
 void setTableDataType(String value)
          Sets the value of the tableDataType property.
 void setTableOrder(String value)
          Sets the value of the tableOrder property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableDataType

protected String tableDataType

tableOrder

protected String tableOrder
Constructor Detail

TableSortGroups

public TableSortGroups()
Method Detail

getTableDataType

public String getTableDataType()
Gets the value of the tableDataType property.

Returns:
possible object is String

getTableOrder

public String getTableOrder()
Gets the value of the tableOrder property.

Returns:
possible object is String

setTableDataType

public void setTableDataType(String value)
Sets the value of the tableDataType property.

Parameters:
value - allowed object is String

setTableOrder

public void setTableOrder(String value)
Sets the value of the tableOrder property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.