atg.search.routing.command.search
Class IndexedItemProperty

java.lang.Object
  extended by atg.search.routing.command.search.IndexedItemProperty
All Implemented Interfaces:
java.io.Serializable

public class IndexedItemProperty
extends java.lang.Object
implements java.io.Serializable

Indexed property value, in the form name==value

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
IndexedItemProperty()
           
 
Method Summary
protected static IndexedItemProperty fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
          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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

IndexedItemProperty

public IndexedItemProperty()
Method Detail

getValue

public java.lang.String getValue()
Returns the property name and value pair of the form key==value

Returns:
property name and value pair of the form key==value

setValue

public void setValue(java.lang.String pValue)
Sets the property name and value pair of the form key==value

Parameters:
pValue - property name and value pair of the form key==value

getLang

public atg.search.routing.utils.Language getLang()
Returns the pptional content language to restrict the trace items

Returns:
Optional content language to restrict the trace items

setLang

public void setLang(atg.search.routing.utils.Language pLang)
Sets the optional content language to restrict the trace items

Parameters:
pLang - Optional content language to restrict the trace items

toXML

public void toXML(java.lang.StringBuilder sb)

fromXmlParser

protected static IndexedItemProperty fromXmlParser(atg.search.routing.utils.SearchMessageNode xml)
creates a new IndexedItemProperty from the xml parser

Parameters:
xml - an xml parser
rootIdx - index for element
Returns:
a new IndexedItemProperty initialized from the parser