|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableFilterCondition
public class TableFilterCondition
| 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 |
|---|
protected String tableCaseSensitive
protected String tableDataType
protected String tableFieldNumber
protected String tableOperator
protected String tableValue
| Constructor Detail |
|---|
public TableFilterCondition()
| Method Detail |
|---|
public String getTableCaseSensitive()
Stringpublic String getTableDataType()
Stringpublic String getTableFieldNumber()
Stringpublic String getTableOperator()
Stringpublic String getTableValue()
Stringpublic void setTableCaseSensitive(String value)
value - allowed object is Stringpublic void setTableDataType(String value)
value - allowed object is Stringpublic void setTableFieldNumber(String value)
value - allowed object is Stringpublic void setTableOperator(String value)
value - allowed object is Stringpublic void setTableValue(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||