@Api(allMethods=true) public class ValidatorInfo extends Object implements IsInfo
| Constructor and Description |
|---|
ValidatorInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintInfo> |
getConstraints()
Get constraints which need to be validated.
|
String |
getErrorMessage()
Get message to display when validation failed.
|
String |
getToolTip()
Get tooltip for attribute.
|
void |
setConstraints(List<ConstraintInfo> constraints)
Set constraints which need to be validated.
|
void |
setErrorMessage(String errorMessage)
Set message to display when validation failed.
|
void |
setToolTip(String toolTip)
Set tooltip for attribute.
|
public List<ConstraintInfo> getConstraints()
public void setConstraints(List<ConstraintInfo> constraints)
constraints - constraintspublic String getToolTip()
public void setToolTip(String toolTip)
toolTip - tooltip textpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - error messageCopyright © 2015 Geosparc. All Rights Reserved.