atg.projects.b2cstore
Class SearchMessage

java.lang.Object
  extended by atg.nucleus.dms.DASMessage
      extended by atg.userprofiling.dms.DPSMessage
          extended by atg.projects.b2cstore.SearchMessage
All Implemented Interfaces:
java.io.Serializable

public class SearchMessage
extends DPSMessage

Message sent in response to a catalog search within the bikestore. It contains the search string as a property, called searchString.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
SearchMessage()
          Constructs a User Search message.
 
Method Summary
 java.lang.String getSearchString()
          Get property searchString.
 void setSearchString(java.lang.String pSearchString)
          Set property searchString, containing the user-entered string used to search on the bikestore product catalog.
 java.lang.String toString()
          Returns the String representation of the SearchMessage.
 
Methods inherited from class atg.userprofiling.dms.DPSMessage
getParentSessionId, getProfileId, getScenarioPathInfo, getSessionId, setParentSessionId, setProfileId, setScenarioPathInfo, setSessionId, toStringProperties
 
Methods inherited from class atg.nucleus.dms.DASMessage
limitSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SearchMessage

public SearchMessage()
Constructs a User Search message.

Method Detail

setSearchString

public void setSearchString(java.lang.String pSearchString)
Set property searchString, containing the user-entered string used to search on the bikestore product catalog.


getSearchString

public java.lang.String getSearchString()
Get property searchString.


toString

public java.lang.String toString()
Returns the String representation of the SearchMessage.

Overrides:
toString in class DASMessage