org.kuali.rice.core.api.criteria
Class CriteriaKualiDecimalValue
java.lang.Object
org.kuali.rice.core.api.criteria.CriteriaKualiDecimalValue
- All Implemented Interfaces:
- CriteriaValue<KualiDecimal>
public final class CriteriaKualiDecimalValue
- extends Object
- implements CriteriaValue<KualiDecimal>
A CriteriaValue which stores KualiDecimal
information in the form of a
BigDecimal
value.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
getValue
public KualiDecimal getValue()
- Description copied from interface:
CriteriaValue
- Returns the stored value. This value should never be null.
- Specified by:
getValue
in interface CriteriaValue<KualiDecimal>
- 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–2014 The Kuali Foundation. All rights reserved.