org.jopendocument.model.table
Class TableSortGroups
java.lang.Object
org.jopendocument.model.table.TableSortGroups
public class TableSortGroups
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableDataType
protected String tableDataType
tableOrder
protected String tableOrder
TableSortGroups
public TableSortGroups()
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.