org.kuali.rice.kew.validation
Class ValidationContext
java.lang.Object
org.kuali.rice.kew.validation.ValidationContext
- All Implemented Interfaces:
- Serializable
public class ValidationContext
- extends Object
- implements Serializable
Stores context for validation. This is essentially a Map of parameters
to the validation.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationContext
public ValidationContext()
getParameters
public Map<String,Object> getParameters()
setParameters
public void setParameters(Map<String,Object> parameters)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.