Package com.enonic.xp.content
Class AttachmentValidationError
- java.lang.Object
-
- com.enonic.xp.content.ValidationError
-
- com.enonic.xp.content.AttachmentValidationError
-
public final class AttachmentValidationError extends ValidationError
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.enonic.xp.content.ValidationError
ValidationError.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
BinaryReference
getAttachment()
int
hashCode()
-
Methods inherited from class com.enonic.xp.content.ValidationError
attachmentError, dataError, generalError, getArgs, getErrorCode, getI18n, getMessage
-
-
-
-
Method Detail
-
getAttachment
public BinaryReference getAttachment()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classValidationError
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classValidationError
-
-