Class ValidationError
- java.lang.Object
-
- de.gwdg.metadataqa.marc.model.validation.ValidationError
-
- All Implemented Interfaces:
Serializable
public class ValidationError extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationError(String recordId, String marcPath, ValidationErrorType type, String message, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetId()StringgetMarcPath()StringgetMessage()StringgetRecordId()booleangetTrimId()ValidationErrorTypegetType()StringgetUrl()inthashCode()voidsetId(int id)voidsetRecordId(String recordId)voidsetTrimId(boolean trimId)StringtoString()
-
-
-
Constructor Detail
-
ValidationError
public ValidationError(String recordId, String marcPath, ValidationErrorType type, String message, String url)
-
-
Method Detail
-
getRecordId
public String getRecordId()
-
getMarcPath
public String getMarcPath()
-
getType
public ValidationErrorType getType()
-
getMessage
public String getMessage()
-
getUrl
public String getUrl()
-
getTrimId
public boolean getTrimId()
-
setTrimId
public void setTrimId(boolean trimId)
-
getId
public Integer getId()
-
setId
public void setId(int id)
-
setRecordId
public void setRecordId(String recordId)
-
-