org.jopendocument.model.table
Class TableSortBy

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

public class TableSortBy
extends java.lang.Object


Constructor Summary
TableSortBy()
           
 
Method Summary
 java.lang.String getTableDataType()
          Gets the value of the tableDataType property.
 java.lang.String getTableFieldNumber()
          Gets the value of the tableFieldNumber property.
 java.lang.String getTableOrder()
          Gets the value of the tableOrder property.
 void setTableDataType(java.lang.String value)
          Sets the value of the tableDataType property.
 void setTableFieldNumber(java.lang.String value)
          Sets the value of the tableFieldNumber property.
 void setTableOrder(java.lang.String value)
          Sets the value of the tableOrder property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSortBy

public TableSortBy()
Method Detail

getTableDataType

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

Returns:
possible object is String

getTableFieldNumber

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

Returns:
possible object is String

getTableOrder

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

Returns:
possible object is String

setTableDataType

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

Parameters:
value - allowed object is String

setTableFieldNumber

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

Parameters:
value - allowed object is String

setTableOrder

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

Parameters:
value - allowed object is String