org.jopendocument.model.table
Class TableSortBy

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

public class TableSortBy
extends Object


Field Summary
protected  String tableDataType
           
protected  String tableFieldNumber
           
protected  String tableOrder
           
 
Constructor Summary
TableSortBy()
           
 
Method Summary
 String getTableDataType()
          Gets the value of the tableDataType property.
 String getTableFieldNumber()
          Gets the value of the tableFieldNumber property.
 String getTableOrder()
          Gets the value of the tableOrder property.
 void setTableDataType(String value)
          Sets the value of the tableDataType property.
 void setTableFieldNumber(String value)
          Sets the value of the tableFieldNumber 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

tableFieldNumber

protected String tableFieldNumber

tableOrder

protected String tableOrder
Constructor Detail

TableSortBy

public TableSortBy()
Method Detail

getTableDataType

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

Returns:
possible object is String

getTableFieldNumber

public String getTableFieldNumber()
Gets the value of the tableFieldNumber 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

setTableFieldNumber

public void setTableFieldNumber(String value)
Sets the value of the tableFieldNumber 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.