Class ValidationMessage

java.lang.Object
com.hybris.backoffice.excel.validators.data.ValidationMessage
All Implemented Interfaces:
Serializable, Comparable<ValidationMessage>

public class ValidationMessage extends Object implements Serializable, Comparable<ValidationMessage>
Class which represent validation message. The validation message should consist of messageKey which is key for localized message, list of params for localized message and metadata which can store any information.
See Also: