atg.search.routing.command.search
Class DocumentContextInfo.Range

java.lang.Object
  extended by atg.search.routing.command.search.DocumentContextInfo.Range
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DocumentContextInfo

public class DocumentContextInfo.Range
extends java.lang.Object
implements java.io.Serializable

character offset range in the document

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 java.lang.String mEnd
           
 java.lang.String mStart
           
 
Constructor Summary
DocumentContextInfo.Range()
           
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

mStart

public java.lang.String mStart

mEnd

public java.lang.String mEnd
Constructor Detail

DocumentContextInfo.Range

public DocumentContextInfo.Range()
Method Detail

equals

public boolean equals(java.lang.Object pObject)
Overrides:
equals in class java.lang.Object