net.smartlab.web
Class DataAccessObject.SearchInfo.Filter

java.lang.Object
  extended by net.smartlab.web.DataAccessObject.SearchInfo.Filter
Enclosing class:
DataAccessObject.SearchInfo

protected class DataAccessObject.SearchInfo.Filter
extends java.lang.Object

Represents a filtering condition to be applied while performing searches.

Author:
rlogiacco

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

getColumn

protected java.lang.String getColumn()
Deprecated. this was a misleading name.

See Also:
getProperty()

getProperty

protected java.lang.String getProperty()
Returns the property.

Returns:
the property.
Since:
1.2.12

getCondition

protected int getCondition()
Returns the condition.

Returns:
the condition.

getValues

protected java.lang.String[] getValues()
Returns the values.

Returns:
the values array.

getValue

protected java.lang.String getValue(int index)
Returns the n-th value in the list where the specified index is 0 based.

Parameters:
index - the 0 based index of the value to retrieve.
Returns:
the n-th value in the values list.

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()


Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.