org.jopendocument.model.table
Class TableFilterCondition

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

public class TableFilterCondition
extends java.lang.Object


Constructor Summary
TableFilterCondition()
           
 
Method Summary
 java.lang.String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 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 getTableOperator()
          Gets the value of the tableOperator property.
 java.lang.String getTableValue()
          Gets the value of the tableValue property.
 void setTableCaseSensitive(java.lang.String value)
          Sets the value of the tableCaseSensitive 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 setTableOperator(java.lang.String value)
          Sets the value of the tableOperator property.
 void setTableValue(java.lang.String value)
          Sets the value of the tableValue property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableFilterCondition

public TableFilterCondition()
Method Detail

getTableCaseSensitive

public java.lang.String getTableCaseSensitive()
Gets the value of the tableCaseSensitive property.

Returns:
possible object is String

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

getTableOperator

public java.lang.String getTableOperator()
Gets the value of the tableOperator property.

Returns:
possible object is String

getTableValue

public java.lang.String getTableValue()
Gets the value of the tableValue property.

Returns:
possible object is String

setTableCaseSensitive

public void setTableCaseSensitive(java.lang.String value)
Sets the value of the tableCaseSensitive property.

Parameters:
value - allowed 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

setTableOperator

public void setTableOperator(java.lang.String value)
Sets the value of the tableOperator property.

Parameters:
value - allowed object is String

setTableValue

public void setTableValue(java.lang.String value)
Sets the value of the tableValue property.

Parameters:
value - allowed object is String