public class Validator extends Object implements Serializable
Constructor and Description |
---|
Validator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Deprecated.
Returns the className of validator.
|
String |
getId()
Deprecated.
Get the unique identifier for the validator.
|
String |
getName()
Deprecated.
Returns the name of validator.
|
List<ValidationParameter> |
getParameters()
Deprecated.
Returns the parameter list of Validator.
|
void |
setClassName(String className)
Deprecated.
Sets the className of validator.
|
void |
setId(String id)
Deprecated.
Sets the unique identifier for the validator.
|
void |
setName(String name)
Deprecated.
Sets the name of validator.
|
void |
setParameters(List<ValidationParameter> parameters)
Deprecated.
Sets the parameter list of Validator.
|
public String getId()
public void setId(String id)
id
- The unique identifier for the validator.public String getName()
public void setName(String name)
name
- the name to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setpublic List<ValidationParameter> getParameters()
public void setParameters(List<ValidationParameter> parameters)
parameters
- the parameters to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.