edu.ucsb.nceas.metacat
Class PathIndexEntry

java.lang.Object
  extended byedu.ucsb.nceas.metacat.PathIndexEntry

public class PathIndexEntry
extends java.lang.Object

PathIndexEntry contains all of the data fields needed to insert an path into the xml_index table.

Author:
jones

Field Summary
protected  java.lang.String docid
           
protected  java.lang.String docType
           
protected  long nodeId
           
protected  long parentId
           
protected  java.lang.String path
           
 
Constructor Summary
PathIndexEntry(long nodeId, java.lang.String path, java.lang.String docid, java.lang.String docType, long parentId)
          Construct a new PathIndexEntry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeId

protected long nodeId

path

protected java.lang.String path

docid

protected java.lang.String docid

docType

protected java.lang.String docType

parentId

protected long parentId
Constructor Detail

PathIndexEntry

public PathIndexEntry(long nodeId,
                      java.lang.String path,
                      java.lang.String docid,
                      java.lang.String docType,
                      long parentId)
Construct a new PathIndexEntry.

Parameters:
nodeId - the node identifier
path - the path in the xml document
docid - the document identifier
docType - the document type
parentId - the identifier of the parent node


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.