org.kuali.kfs.sys.document.validation
Interface ValidationFieldConvertible

All Known Implementing Classes:
ValidationFieldConversion

public interface ValidationFieldConvertible

Even as we make perfectly good classes, the Maw of Spring calls out for Validations to eat and to proxy. We cannot argue with the beast; this being Java, we may not subsume to the two concepts into one; thus we find ourselves, exhuasted and outraged, with no choice but to slave and feed Spring interfaces such as this, causing the rotted wyrm to spew out the beans we do crave. Such wretched souls are we!


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
 

Method Detail

getSourceEventProperty

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

Returns:
Returns the sourceEventProperty.

getTargetValidationProperty

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

Returns:
Returns the targetValidationProperty.


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