public class SpeciesControlError extends ControlError implements Comparable<SpeciesControlError>
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
species  | 
category, detailMessage, level, lineNumbers, message, tipMessage| Constructor and Description | 
|---|
SpeciesControlError()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(SpeciesControlError o)  | 
String | 
getSpecies()
Get species code (untranslated). 
 | 
void | 
setSpecies(String species)
Get species code (untranslated). 
 | 
addAllLineNumber, addLineNumber, getCategory, getDetailMessage, getLevel, getLineNumbers, getMessage, getTipMessage, setCategory, setDetailMessage, setLevel, setMessage, setTipMessage, toStringprotected String species
public String getSpecies()
species - species codepublic void setSpecies(String species)
species - species codepublic int compareTo(SpeciesControlError o)
compareTo in interface Comparable<SpeciesControlError>Copyright © 2010–2015 Ifremer. All rights reserved.