public class ControlErrorGroup extends Object implements Comparable<ControlErrorGroup>
Modifier and Type | Field and Description |
---|---|
protected CoserConstants.Category |
category |
protected String |
message |
protected CoserConstants.ValidationLevel |
validationLevel |
Constructor and Description |
---|
ControlErrorGroup(CoserConstants.Category category,
CoserConstants.ValidationLevel validationLevel,
String message) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ControlErrorGroup o) |
boolean |
equals(Object obj) |
CoserConstants.Category |
getCategory() |
String |
getMessage() |
CoserConstants.ValidationLevel |
getValidationLevel() |
int |
hashCode() |
protected final CoserConstants.Category category
protected final CoserConstants.ValidationLevel validationLevel
protected final String message
public ControlErrorGroup(CoserConstants.Category category, CoserConstants.ValidationLevel validationLevel, String message)
category
- validationLevel
- message
- public CoserConstants.Category getCategory()
public CoserConstants.ValidationLevel getValidationLevel()
public String getMessage()
public int compareTo(ControlErrorGroup o)
compareTo
in interface Comparable<ControlErrorGroup>
Copyright © 2010–2015 Ifremer. All rights reserved.