|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.dse.gui.ValidationMethodFields
The ValidationMethodFields class is used by the GlobalValidationEditor to encapsulate the validation method and the error message specified by the user.
Constructor Summary | |
---|---|
ValidationMethodFields(java.lang.String Vclass,
java.lang.String Method,
java.lang.String Error)
This constructor creates a ValidationMethodFields object. |
Method Summary | |
---|---|
java.lang.String |
getErrorMessage()
Gets the error message property value. |
java.lang.String |
getValidationClass()
Gets the validation class name property value. |
java.lang.String |
getValidationMethod()
Gets the validation method name property value. |
void |
setErrorMessage(java.lang.String errorMessage)
Sets the error message property (java.lang.String) value. |
void |
setValidationClass(java.lang.String validationClass)
Sets the validation class name property (java.lang.String) value. |
void |
setValidationMethod(java.lang.String validationMethod)
Sets the validation method name property (java.lang.String) value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValidationMethodFields(java.lang.String Vclass, java.lang.String Method, java.lang.String Error)
Vclass
- Validation class name.Method
- Validation method name in validation class.Error
- Message error when validation method retuns false.Method Detail |
public java.lang.String getErrorMessage()
public java.lang.String getValidationClass()
public java.lang.String getValidationMethod()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- String, the new value for the property.getErrorMessage()
public void setValidationClass(java.lang.String validationClass)
validationClass
- String, the new value for the property.getValidationClass()
public void setValidationMethod(java.lang.String validationMethod)
validationMethod
- String, the new value for the property.getValidationMethod()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |