|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tszadel.qctools4j.filters.FieldFilter
public class FieldFilter
A Filter.
| Constructor Summary | |
|---|---|
FieldFilter(String pFieldName,
boolean pIsAscending)
Constructor with sort. |
|
FieldFilter(String pFieldName,
String pFilterValue)
Constructor without sort. |
|
FieldFilter(String pFieldName,
String pFilterValue,
Boolean pIsAscending)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getFieldName()
Returns fieldName. |
String |
getFilterValue()
Returns filterValue. |
boolean |
hasValue()
Test if the filter has a value. |
boolean |
isAscending()
Check if the sort of the field is ascending. |
boolean |
isCaseSensitive()
Returns caseSensitive. |
boolean |
isSorted()
Test if the filter has a sort order. |
void |
setCaseSensitive(boolean pCaseSensitive)
Sets the caseSensitive. |
String |
toString()
Overrides toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldFilter(String pFieldName,
boolean pIsAscending)
pFieldName - Name of the field.pIsAscending - Filter sort order (true if ascending).
public FieldFilter(String pFieldName,
String pFilterValue)
pFieldName - Name of the field.pFilterValue - Filter value.
public FieldFilter(String pFieldName,
String pFilterValue,
Boolean pIsAscending)
pFieldName - Name of the field.pFilterValue - Filter value (null if none).pIsAscending - Filter sort order (true if ascending - null if no sorting).| Method Detail |
|---|
public String getFieldName()
public String getFilterValue()
public boolean hasValue()
public boolean isAscending()
public boolean isCaseSensitive()
public boolean isSorted()
public void setCaseSensitive(boolean pCaseSensitive)
pCaseSensitive - The caseSensitive.public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||