public class ValidationFieldConversion extends Object implements ValidationFieldConvertible
Constructor and Description |
---|
ValidationFieldConversion() |
Modifier and Type | Method and Description |
---|---|
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
|
public ValidationFieldConversion()
public String getSourceEventProperty()
getSourceEventProperty
in interface ValidationFieldConvertible
public void setSourceEventProperty(String sourceEventProperty)
sourceEventProperty
- The sourceEventProperty to set.public String getTargetValidationProperty()
getTargetValidationProperty
in interface ValidationFieldConvertible
public void setTargetValidationProperty(String targetValidationProperty)
targetValidationProperty
- The targetValidationProperty to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.