gate.gui.docview
Class AnnotationSetsView.TypeSpec

java.lang.Object
  extended by gate.gui.docview.AnnotationSetsView.TypeSpec
Enclosing class:
AnnotationSetsView

private static class AnnotationSetsView.TypeSpec
extends Object

A class storing the identifying information for an annotation type (i.e. the set name and the type).

Author:
Valentin Tablan (valyt)

Field Summary
private  String setName
           
private  String type
           
 
Constructor Summary
AnnotationSetsView.TypeSpec(String setName, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setName

private String setName

type

private String type
Constructor Detail

AnnotationSetsView.TypeSpec

public AnnotationSetsView.TypeSpec(String setName,
                                   String type)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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