tle.searchutil.impl
Class CondBetween

java.lang.Object
  extended by tle.searchutil.impl.AbstractPropertyCond
      extended by tle.searchutil.impl.AbstractPropertyValuesCond
          extended by tle.searchutil.impl.CondBetween
All Implemented Interfaces:
Cond, PropertyCond, PropertyValuesCond

public class CondBetween
extends AbstractPropertyValuesCond

between Á¶°Ç Ç¥Çö

Author:
ÃÖ¹ü±Õ

Constructor Summary
CondBetween(java.lang.String propertyName, java.lang.Object lo, java.lang.Object hi)
           
 
Method Summary
 java.lang.Object getHi()
           
 java.lang.Object getLo()
           
 
Methods inherited from class tle.searchutil.impl.AbstractPropertyValuesCond
addValue, getValues
 
Methods inherited from class tle.searchutil.impl.AbstractPropertyCond
getPropertyName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tle.searchutil.PropertyCond
getPropertyName
 

Constructor Detail

CondBetween

public CondBetween(java.lang.String propertyName,
                   java.lang.Object lo,
                   java.lang.Object hi)
Method Detail

getLo

public java.lang.Object getLo()

getHi

public java.lang.Object getHi()