|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.HDoc
public class HDoc
Agiven document only appears in a single partition, and within that partition it has a handle, or id. This class represents that handle.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
HDoc()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getContentId()
Returns the content id of the partition |
int |
getHDoc()
Returns the hdoc handle |
void |
setContentId(java.lang.String pContentId)
Sets the content id of the partition |
void |
setHDoc(int pHDoc)
Sets the hdoc handle |
void |
toXML(java.lang.StringBuilder buf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public HDoc()
| Method Detail |
|---|
public int getHDoc()
public void setHDoc(int pHDoc)
pHDoc - public java.lang.String getContentId()
public void setContentId(java.lang.String pContentId)
pContentId - public void toXML(java.lang.StringBuilder buf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||