com.ail.core.validator
Class ValidatorFailureDetail

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.core.validator.ValidatorFailureDetail
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ValidatorFailureDetail
extends Type

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
ValidatorFailureDetail()
           
 
Method Summary
 java.lang.String getErrorMessage()
          Getter returning the value of the errorMessage property.
 java.lang.String getFieldName()
          Getter returning the value of the fieldName property.
 java.lang.String getValidationAction()
          Getter returning the value of the validationAction property.
 void setErrorMessage(java.lang.String errorMessage)
          Setter to update the value of the errorMessage property.
 void setFieldName(java.lang.String fieldName)
          Setter to update the value of the fieldName property.
 void setValidationAction(java.lang.String validationAction)
          Setter to update the value of the validationAction property.
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorFailureDetail

public ValidatorFailureDetail()
Method Detail

getFieldName

public java.lang.String getFieldName()
Getter returning the value of the fieldName property. Name of field where validation failed

Returns:
Value of the fieldName property

setFieldName

public void setFieldName(java.lang.String fieldName)
Setter to update the value of the fieldName property. Name of field where validation failed

Parameters:
fieldName - New value for the fieldName property

getValidationAction

public java.lang.String getValidationAction()
Getter returning the value of the validationAction property. Name of validation performed

Returns:
Value of the validationAction property

setValidationAction

public void setValidationAction(java.lang.String validationAction)
Setter to update the value of the validationAction property. Name of validation performed

Parameters:
validationAction - New value for the validationAction property

getErrorMessage

public java.lang.String getErrorMessage()
Getter returning the value of the errorMessage property. Description of validation failure

Returns:
Value of the errorMessage property

setErrorMessage

public void setErrorMessage(java.lang.String errorMessage)
Setter to update the value of the errorMessage property. Description of validation failure

Parameters:
errorMessage - New value for the errorMessage property