com.endeca.itl.cas.api
Class LongFilter

java.lang.Object
  extended by com.endeca.itl.cas.api.Filter
      extended by com.endeca.itl.cas.api.ComparableValueFilter<Long>
          extended by com.endeca.itl.cas.api.LongFilter

public class LongFilter
extends ComparableValueFilter<Long>

LongFilter is a comparison filter that specifies the value (as a long) to be compared against.


Constructor Summary
LongFilter()
           
 
Method Summary
 boolean equals(Object other)
           
 Long getReferenceValue()
           
 int hashCode()
           
 void setReferenceValue(Long value)
           
 String toString()
           
 
Methods inherited from class com.endeca.itl.cas.api.ComparableValueFilter
getOperator, setOperator
 
Methods inherited from class com.endeca.itl.cas.api.Filter
getPropertyName, getScope, setPropertyName, setScope, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongFilter

public LongFilter()
Method Detail

getReferenceValue

public Long getReferenceValue()
Specified by:
getReferenceValue in class ComparableValueFilter<Long>

setReferenceValue

public void setReferenceValue(Long value)

equals

public boolean equals(Object other)
Overrides:
equals in class ComparableValueFilter<Long>

hashCode

public int hashCode()
Overrides:
hashCode in class ComparableValueFilter<Long>

toString

public String toString()
Overrides:
toString in class ComparableValueFilter<Long>


Copyright © 2011 Endeca. All Rights Reserved.