org.kuali.rice.edl.impl.components
Class MatchingParam
java.lang.Object
org.kuali.rice.edl.impl.components.MatchingParam
public class MatchingParam
- extends Object
Convenience class for representing a request param with it's value and any associated errors.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchingParam
public MatchingParam()
MatchingParam
public MatchingParam(String paramName,
String paramValue,
Boolean error,
String errorMessage)
getError
public Boolean getError()
setError
public void setError(Boolean error)
getErrorMessage
public String getErrorMessage()
setErrorMessage
public void setErrorMessage(String errorMessage)
getParamName
public String getParamName()
setParamName
public void setParamName(String paramName)
getParamValue
public String getParamValue()
setParamValue
public void setParamValue(String paramValue)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.