org.kuali.kfs.sys.document.validation.impl
Class ValidationFieldConversion

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.impl.ValidationFieldConversion
All Implemented Interfaces:
ValidationFieldConvertible

public class ValidationFieldConversion
extends Object
implements ValidationFieldConvertible

A simple class to create field conversions to specify in validations.


Constructor Summary
ValidationFieldConversion()
           
 
Method Summary
 String getSourceEventProperty()
          Gets the sourceEventProperty attribute, the property of the event to transfer to the validation
 String getTargetValidationProperty()
          Gets the targetValidationProperty attribute, the property on the validation to transfer information from the event to
 void setSourceEventProperty(String sourceEventProperty)
          Sets the sourceEventProperty attribute value, the property of the event to transfer to the validation
 void setTargetValidationProperty(String targetValidationProperty)
          Sets the targetValidationProperty attribute value, the property on the validation to transfer information from the event to
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationFieldConversion

public ValidationFieldConversion()
Method Detail

getSourceEventProperty

public String getSourceEventProperty()
Gets the sourceEventProperty attribute, the property of the event to transfer to the validation

Specified by:
getSourceEventProperty in interface ValidationFieldConvertible
Returns:
Returns the sourceEventProperty.

setSourceEventProperty

public void setSourceEventProperty(String sourceEventProperty)
Sets the sourceEventProperty attribute value, the property of the event to transfer to the validation

Parameters:
sourceEventProperty - The sourceEventProperty to set.

getTargetValidationProperty

public String getTargetValidationProperty()
Gets the targetValidationProperty attribute, the property on the validation to transfer information from the event to

Specified by:
getTargetValidationProperty in interface ValidationFieldConvertible
Returns:
Returns the targetValidationProperty.

setTargetValidationProperty

public void setTargetValidationProperty(String targetValidationProperty)
Sets the targetValidationProperty attribute value, the property on the validation to transfer information from the event to

Parameters:
targetValidationProperty - The targetValidationProperty to set.


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