edu.ucsb.nceas.metacat
Class PathIndexEntry
java.lang.Object
edu.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 |
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
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 identifierpath
- the path in the xml documentdocid
- the document identifierdocType
- the document typeparentId
- the identifier of the parent node
Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.