org.jopendocument.model.table
Class TableFilterCondition

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

public class TableFilterCondition
extends Object


Field Summary
protected  String tableCaseSensitive
           
protected  String tableDataType
           
protected  String tableFieldNumber
           
protected  String tableOperator
           
protected  String tableValue
           
 
Constructor Summary
TableFilterCondition()
           
 
Method Summary
 String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 String getTableDataType()
          Gets the value of the tableDataType property.
 String getTableFieldNumber()
          Gets the value of the tableFieldNumber property.
 String getTableOperator()
          Gets the value of the tableOperator property.
 String getTableValue()
          Gets the value of the tableValue property.
 void setTableCaseSensitive(String value)
          Sets the value of the tableCaseSensitive property.
 void setTableDataType(String value)
          Sets the value of the tableDataType property.
 void setTableFieldNumber(String value)
          Sets the value of the tableFieldNumber property.
 void setTableOperator(String value)
          Sets the value of the tableOperator property.
 void setTableValue(String value)
          Sets the value of the tableValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableCaseSensitive

protected String tableCaseSensitive

tableDataType

protected String tableDataType

tableFieldNumber

protected String tableFieldNumber

tableOperator

protected String tableOperator

tableValue

protected String tableValue
Constructor Detail

TableFilterCondition

public TableFilterCondition()
Method Detail

getTableCaseSensitive

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

Returns:
possible object is String

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

getTableOperator

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

Returns:
possible object is String

getTableValue

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

Returns:
possible object is String

setTableCaseSensitive

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

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

setTableOperator

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

Parameters:
value - allowed object is String

setTableValue

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.