org.kuali.rice.core.api.criteria
Class CriteriaIntegerValue

java.lang.Object
  extended by org.kuali.rice.core.api.criteria.CriteriaIntegerValue
All Implemented Interfaces:
CriteriaValue<BigInteger>

public final class CriteriaIntegerValue
extends Object
implements CriteriaValue<BigInteger>

A CriteriaValue which stores date and time information in the form of a BigInteger value.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 boolean equals(Object obj)
           
 BigInteger getValue()
          Returns the stored value.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getValue

public BigInteger getValue()
Description copied from interface: CriteriaValue
Returns the stored value. This value should never be null.

Specified by:
getValue in interface CriteriaValue<BigInteger>
Returns:
the stored value, should never be null

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.