Class ValidationResult
java.lang.Object
com.broadleafcommerce.dataimport.service.validation.ValidationResult
Contains detailed information about any validation errors that were found with an import row
- Author:
- Vitalii Voronkov (vvoronkov)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ValidationResult
Ifsuccessful
is false, this can contain a message describing any general errors.int
hashCode()
boolean
Whether the import was successfully pre-processed.static ValidationResult
success()
toString()
-
Constructor Details
-
ValidationResult
-
-
Method Details
-
success
-
error
-
isSuccessful
public boolean isSuccessful()Whether the import was successfully pre-processed. -
getErrorMessage
Ifsuccessful
is false, this can contain a message describing any general errors. -
equals
-
hashCode
public int hashCode() -
toString
-