Class ValidationError
- java.lang.Object
-
- com.logicaldoc.core.metadata.validation.ValidationError
-
public class ValidationError extends Object
A simple bean to carry an error descrition- Since:
- 8.8.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description ValidationError()
ValidationError(String attribute, String description)
ValidationError(String attribute, String label, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAttribute()
String
getDescription()
String
getLabel()
int
hashCode()
void
setAttribute(String attribute)
void
setDescription(String description)
void
setLabel(String label)
String
toString()
-
-
-
Method Detail
-
getAttribute
public String getAttribute()
-
setAttribute
public void setAttribute(String attribute)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
-