com.pmease.quickbuild.validation
Class EditErrorContext
java.lang.Object
com.pmease.quickbuild.validation.EditErrorContext
- All Implemented Interfaces:
- ErrorContext
public class EditErrorContext
- extends java.lang.Object
- implements ErrorContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditErrorContext
public EditErrorContext(EditContext editContext)
getError
public java.lang.String getError()
- Specified by:
getError
in interface ErrorContext
setError
public void setError(java.lang.String error)
- Specified by:
setError
in interface ErrorContext
getError
public java.lang.String getError(java.lang.String property)
- Specified by:
getError
in interface ErrorContext
setError
public void setError(java.lang.String property,
java.lang.String error)
- Specified by:
setError
in interface ErrorContext
getErrorContexts
public java.util.List<ErrorContext> getErrorContexts(java.lang.String propertyName)
- Specified by:
getErrorContexts
in interface ErrorContext
getErrorContext
public ErrorContext getErrorContext(java.lang.String propertyName)
- Specified by:
getErrorContext
in interface ErrorContext
hasError
public boolean hasError()
- Specified by:
hasError
in interface ErrorContext
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.