|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.smartlab.web.DataAccessObject.SearchInfo.Filter
protected class DataAccessObject.SearchInfo.Filter
Represents a filtering condition to be applied while performing searches.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
protected java.lang.String |
getColumn()
Deprecated. this was a misleading name. |
protected int |
getCondition()
Returns the condition. |
protected java.lang.String |
getProperty()
Returns the property. |
protected java.lang.String |
getValue(int index)
Returns the n-th value in the list where the specified index is 0 based. |
protected java.lang.String[] |
getValues()
Returns the values. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected java.lang.String getColumn()
getProperty()
protected java.lang.String getProperty()
protected int getCondition()
protected java.lang.String[] getValues()
protected java.lang.String getValue(int index)
index
- the 0 based index of the value to retrieve.
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |