net.anotheria.moskitodemo.sqltrace.persistence
Class QueryProperty

java.lang.Object
  extended by net.anotheria.moskitodemo.sqltrace.persistence.QueryProperty

public class QueryProperty
extends Object

Query property.

Author:
Vitaliy Zhovtiuk Date: 12/1/11 Time: 12:25 PM

Constructor Summary
QueryProperty(String aName, Object aValue)
           
QueryProperty(String aName, Object aValue, boolean anUnprepaireable)
           
 
Method Summary
 boolean doesMatch(Object o)
           
 String getComparator()
          Returns the comparator operation for this query.
 String getName()
           
protected  Object getOriginalValue()
           
 Object getValue()
           
 void setName(String name)
           
 void setValue(Object value)
           
 String toString()
           
 boolean unprepaireable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryProperty

public QueryProperty(String aName,
                     Object aValue)

QueryProperty

public QueryProperty(String aName,
                     Object aValue,
                     boolean anUnprepaireable)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValue

public Object getValue()

setValue

public void setValue(Object value)

toString

public String toString()
Overrides:
toString in class Object

getComparator

public String getComparator()
Returns the comparator operation for this query.

Returns:

doesMatch

public boolean doesMatch(Object o)

unprepaireable

public boolean unprepaireable()

getOriginalValue

protected Object getOriginalValue()


Copyright © 2010-2012 anotheria.net. All Rights Reserved.