atg.projects.b2cstore
Class SearchMessage
java.lang.Object
atg.nucleus.dms.DASMessage
atg.userprofiling.dms.DPSMessage
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, getRealmId, getScenarioPathInfo, getSessionId, getSiteGroupIds, getSiteId, setParentSessionId, setProfileId, setRealmId, setScenarioPathInfo, setSessionId, setSiteId, setSiteIdFromSiteContextManager, toStringProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
SearchMessage
public SearchMessage()
- Constructs a User Search message.
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