|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.search.IndexedItemProperty
public class IndexedItemProperty
Indexed property value, in the form name==value
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
IndexedItemProperty()
|
|
| Method Summary | |
|---|---|
protected static IndexedItemProperty |
fromXmlParser(atg.search.routing.utils.FastXMLModel xml,
int rootIdx)
creates a new IndexedItemProperty from the xml parser |
atg.search.routing.utils.Language |
getLang()
Returns the pptional content language to restrict the trace items |
java.lang.String |
getValue()
Returns the property name and value pair of the form key==value |
void |
setLang(atg.search.routing.utils.Language pLang)
Sets the optional content language to restrict the trace items |
void |
setValue(java.lang.String pValue)
Sets the property name and value pair of the form key==value |
void |
toXML(java.lang.StringBuilder sb)
|
| 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 IndexedItemProperty()
| Method Detail |
|---|
public java.lang.String getValue()
key==value
key==valuepublic void setValue(java.lang.String pValue)
key==value
pValue - property name and value pair of the form key==valuepublic atg.search.routing.utils.Language getLang()
public void setLang(atg.search.routing.utils.Language pLang)
pLang - Optional content language to restrict the trace itemspublic void toXML(java.lang.StringBuilder sb)
protected static IndexedItemProperty fromXmlParser(atg.search.routing.utils.FastXMLModel xml,
int rootIdx)
xml - an xml parserrootIdx - index for element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||