org.apache.manifoldcf.crawler.jobs
Class HopCount.DocumentReference

java.lang.Object
  extended by org.apache.manifoldcf.crawler.jobs.HopCount.DocumentReference
Enclosing class:
HopCount

protected static class HopCount.DocumentReference
extends java.lang.Object

This class describes a document reference.


Field Summary
protected  java.lang.String childIdentifierHash
           
protected  java.lang.String linkType
           
 
Constructor Summary
HopCount.DocumentReference(java.lang.String childIdentifierHash, java.lang.String linkType)
          Constructor
 
Method Summary
 java.lang.String getChildIdentifierHash()
          Get the child identifier
 java.lang.String getLinkType()
          Get the link type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childIdentifierHash

protected java.lang.String childIdentifierHash

linkType

protected java.lang.String linkType
Constructor Detail

HopCount.DocumentReference

public HopCount.DocumentReference(java.lang.String childIdentifierHash,
                                  java.lang.String linkType)
Constructor

Method Detail

getChildIdentifierHash

public java.lang.String getChildIdentifierHash()
Get the child identifier


getLinkType

public java.lang.String getLinkType()
Get the link type