|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.validation.impl.ValidationFieldConversion
public class ValidationFieldConversion
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 |
---|
public ValidationFieldConversion()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |