|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getTableDataType()
String
public String getTableFieldNumber()
String
public String getTableOperator()
String
public String getTableValue()
String
public void setTableCaseSensitive(String value)
value
- allowed object is String
public void setTableDataType(String value)
value
- allowed object is String
public void setTableFieldNumber(String value)
value
- allowed object is String
public void setTableOperator(String value)
value
- allowed object is String
public 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 |