org.gcube.portlets.user.codelistinterface.curation
Class ErrorEntry

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getOccurences()
           
 java.lang.String getValue()
           
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorEntry

public ErrorEntry(java.lang.String value,
                  int occurences)
Parameters:
value -
occurences -
Method Detail

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