org.kuali.rice.kew.api.validation
Class ValidationResults

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.validation.ValidationResults
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, ValidationResultsContract

public class ValidationResults
extends AbstractDataTransferObject
implements ValidationResultsContract

A set of results from validation of a field of data.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class ValidationResults.Builder
          A builder which can be used to construct ValidationResults instances.
 
Field Summary
static String GLOBAL
           
 
Method Summary
 Map<String,String> getErrors()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

GLOBAL

public static final String GLOBAL
See Also:
Constant Field Values
Method Detail

getErrors

public Map<String,String> getErrors()
Specified by:
getErrors in interface ValidationResultsContract


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