atg.userprofiling.dms
Class PageVisitMessage
java.lang.Object
   atg.nucleus.dms.DASMessage
atg.nucleus.dms.DASMessage
       atg.userprofiling.dms.DPSMessage
atg.userprofiling.dms.DPSMessage
           atg.userprofiling.dms.PageVisitMessage
atg.userprofiling.dms.PageVisitMessage
- All Implemented Interfaces: 
- java.io.Serializable
- public class PageVisitMessage 
- extends DPSMessage
- See Also:
- Serialized Form
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
 
 
| Method Summary | 
|  java.lang.String | getFolder()
 | 
|  java.lang.String | getPath()
 | 
|  java.lang.String | getScenarioPathInfo()Get property
 ScenarioPathInfo | 
|  void | setPath(java.lang.String pPath)
 | 
|  void | setScenarioPathInfo(java.lang.String pScenarioPathInfo)Set property
 ScenarioPathInfo | 
| protected  java.lang.String | toStringProperties()Returns the String representation of all the public properties of
 this message.
 | 
 
| Methods inherited from class atg.userprofiling.dms.DPSMessage | 
| getParentSessionId, getProfileId, getRealmId, getSessionId, getSiteGroupIds, getSiteId, setParentSessionId, setProfileId, setRealmId, setSessionId, setSiteId, setSiteIdFromSiteContextManager | 
 
 
| 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
 
 
PageVisitMessage
public PageVisitMessage()
- Constructs a blank PageVisitMessage
 
PageVisitMessage
public PageVisitMessage(java.lang.String pProfileId)
- Constructs a Page Visit message.
 
setScenarioPathInfo
public void setScenarioPathInfo(java.lang.String pScenarioPathInfo)
- Set property ScenarioPathInfo
 
- 
- Overrides:
- setScenarioPathInfoin class- DPSMessage
 
- 
- Parameters:
- pScenarioPathInfo- new value to set
 
getScenarioPathInfo
public java.lang.String getScenarioPathInfo()
- Get property ScenarioPathInfo
 
- 
- Overrides:
- getScenarioPathInfoin class- DPSMessage
 
- 
- Returns:
- ScenarioPathInfo
 
setPath
public void setPath(java.lang.String pPath)
- 
 
getPath
public java.lang.String getPath()
- 
 
getFolder
public java.lang.String getFolder()
- 
 
toStringProperties
protected java.lang.String toStringProperties()
- Returns the String representation of all the public properties of
 this message.
 
- 
- Overrides:
- toStringPropertiesin class- DPSMessage
 
-