org.gcube.portlets.user.codelistinterface.curation
Class ErrorEntry
java.lang.Object
org.gcube.portlets.user.codelistinterface.curation.ErrorEntry
public class ErrorEntry
- extends java.lang.Object
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
|
Constructor Summary |
ErrorEntry(java.lang.String value,
int occurences)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ErrorEntry
public ErrorEntry(java.lang.String value,
int occurences)
- Parameters:
value - occurences -
getValue
public java.lang.String getValue()
- Returns:
- the value
getOccurences
public int getOccurences()
- Returns:
- the occurences
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object