net.sf.extjwnl.dictionary
Class Dictionary.Version

java.lang.Object
  extended by net.sf.extjwnl.dictionary.Dictionary.Version
Enclosing class:
Dictionary

public static final class Dictionary.Version
extends Object

Represents a version of WordNet.


Constructor Summary
Dictionary.Version(String publisher, double number, Locale locale)
           
 
Method Summary
 boolean equals(Object obj)
           
 Locale getLocale()
           
 double getNumber()
           
 String getPublisher()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dictionary.Version

public Dictionary.Version(String publisher,
                          double number,
                          Locale locale)
Method Detail

getPublisher

public String getPublisher()

getNumber

public double getNumber()

getLocale

public Locale getLocale()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.