@Deprecated
public class DDMFormFieldEvaluationResult
extends java.lang.Object
| Constructor and Description |
|---|
DDMFormFieldEvaluationResult(java.lang.String name,
java.lang.String instanceId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
java.lang.String |
getErrorMessage()
Deprecated.
|
java.lang.String |
getInstanceId()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.util.List<DDMFormFieldEvaluationResult> |
getNestedDDMFormFieldEvaluationResults()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
<T> T |
getProperty(java.lang.String name)
Deprecated.
|
<T> T |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isReadOnly()
Deprecated.
|
boolean |
isRequired()
Deprecated.
|
boolean |
isValid()
Deprecated.
|
boolean |
isVisible()
Deprecated.
|
void |
setErrorMessage(java.lang.String errorMessage)
Deprecated.
|
void |
setNestedDDMFormFieldEvaluationResults(java.util.List<DDMFormFieldEvaluationResult> nestedDDMFormFieldEvaluationResults)
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Deprecated.
|
void |
setReadOnly(boolean readOnly)
Deprecated.
|
void |
setRequired(boolean required)
Deprecated.
|
void |
setValid(boolean valid)
Deprecated.
|
void |
setValue(java.lang.Object value)
Deprecated.
|
void |
setVisible(boolean visible)
Deprecated.
|
public DDMFormFieldEvaluationResult(java.lang.String name,
java.lang.String instanceId)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String getErrorMessage()
public java.lang.String getInstanceId()
public java.lang.String getName()
@Deprecated @JSON(name="nestedFields") public java.util.List<DDMFormFieldEvaluationResult> getNestedDDMFormFieldEvaluationResults()
public <T> T getProperty(java.lang.String name)
public <T> T getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean isReadOnly()
public boolean isRequired()
public boolean isValid()
public boolean isVisible()
public void setErrorMessage(java.lang.String errorMessage)
@Deprecated public void setNestedDDMFormFieldEvaluationResults(java.util.List<DDMFormFieldEvaluationResult> nestedDDMFormFieldEvaluationResults)
public void setProperty(java.lang.String name,
java.lang.Object value)
public void setReadOnly(boolean readOnly)
public void setRequired(boolean required)
public void setValid(boolean valid)
public void setValue(java.lang.Object value)
public void setVisible(boolean visible)