edu.isi.mavuno.util
Class TypedTextSpan

java.lang.Object
  extended by edu.isi.mavuno.util.TypedTextSpan

public class TypedTextSpan
extends Object

Author:
metzler

Field Summary
 int end
           
 int start
           
 Text text
           
 Text type
           
 
Constructor Summary
TypedTextSpan(Text type, Text text, int start, int end)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

end

public int end

start

public int start

text

public final Text text

type

public final Text type
Constructor Detail

TypedTextSpan

public TypedTextSpan(Text type,
                     Text text,
                     int start,
                     int end)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object