tle.searchutil.impl
Class CondEqProperty

java.lang.Object
  extended by tle.searchutil.impl.AbstractTwoPropertyCond
      extended by tle.searchutil.impl.CondEqProperty
All Implemented Interfaces:
Cond, PropertyCond, TwoPropertyCond

public class CondEqProperty
extends AbstractTwoPropertyCond


Constructor Summary
CondEqProperty(java.lang.String propertyName, java.lang.String anotherPropertyName)
           
 
Method Summary
 
Methods inherited from class tle.searchutil.impl.AbstractTwoPropertyCond
getOtherPropertyName, getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondEqProperty

public CondEqProperty(java.lang.String propertyName,
                      java.lang.String anotherPropertyName)