tle.searchutil.impl
Class AbstractTwoPropertyCond

java.lang.Object
  extended by tle.searchutil.impl.AbstractTwoPropertyCond
All Implemented Interfaces:
Cond, PropertyCond, TwoPropertyCond
Direct Known Subclasses:
CondEqProperty, CondGeProperty, CondGtProperty, CondLeProperty, CondLtProperty, CondNeProperty

public abstract class AbstractTwoPropertyCond
extends java.lang.Object
implements TwoPropertyCond


Constructor Summary
AbstractTwoPropertyCond(java.lang.String propertyName, java.lang.String otherPropertyName)
           
 
Method Summary
 java.lang.String getOtherPropertyName()
          ºñ±³ ´ë»óÀÌ µÇ´Â ÇÁ·ÎÆÛƼÀÇ À̸§
 java.lang.String getPropertyName()
          Á¶°Ç°ú ºñ±³ÇÒ ÇÁ·ÎÆÛƼ À̸§À» ±¸ÇÑ´Ù.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTwoPropertyCond

public AbstractTwoPropertyCond(java.lang.String propertyName,
                               java.lang.String otherPropertyName)
Method Detail

getOtherPropertyName

public java.lang.String getOtherPropertyName()
Description copied from interface: TwoPropertyCond
ºñ±³ ´ë»óÀÌ µÇ´Â ÇÁ·ÎÆÛƼÀÇ À̸§

Specified by:
getOtherPropertyName in interface TwoPropertyCond

getPropertyName

public java.lang.String getPropertyName()
Description copied from interface: PropertyCond
Á¶°Ç°ú ºñ±³ÇÒ ÇÁ·ÎÆÛƼ À̸§À» ±¸ÇÑ´Ù.

Specified by:
getPropertyName in interface PropertyCond
Returns: