public class ClickThroughMessage extends DPSMessage
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
SITE_GROUP_STORAGE_ADAPTER_PATH| Constructor and Description |
|---|
ClickThroughMessage()
Creates a new blank ClickThroughMessage
|
ClickThroughMessage(java.lang.String pProfileId) |
ClickThroughMessage(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestinationPath() |
java.lang.String |
getDestinationScenarioPathInfo()
Get property
DestinationScenarioPathInfo |
java.lang.String |
getReportingSourceNames()
Returns a comma-separated string of each of the source names
set for this message.
|
java.lang.String[] |
getSourceNames() |
java.lang.String |
getSourcePath() |
java.lang.String |
getSourceScenarioPathInfo()
Get property
SourceScenarioPathInfo |
void |
setDestinationPath(java.lang.String pDestinationPath)
Sets the destinationPath for this Message.
|
void |
setDestinationScenarioPathInfo(java.lang.String pDestinationScenarioPathInfo)
Set property
DestinationScenarioPathInfo |
void |
setSourceNames(java.lang.String[] pSourceNames)
Sets the sourceNames for this Message
|
void |
setSourcePath(java.lang.String pSourcePath)
This sets the sourcePath for this Message.
|
void |
setSourceScenarioPathInfo(java.lang.String pSourceScenarioPathInfo)
Set property
SourceScenarioPathInfo |
protected java.lang.String |
toStringProperties()
Returns the String representation of all the public properties of
this message.
|
getParentSessionId, getProfileId, getRealmId, getScenarioPathInfo, getSessionId, getSiteGroupIds, getSiteId, setParentSessionId, setProfileId, setRealmId, setScenarioPathInfo, setSessionId, setSiteId, setSiteIdFromSiteContextManagerlimitSize, toStringpublic ClickThroughMessage()
public ClickThroughMessage(java.lang.String pProfileId)
public ClickThroughMessage(java.lang.String pSourcePath,
java.lang.String pDestinationPath,
java.lang.String pSourceScenarioPathInfo,
java.lang.String pDestinationScenarioPathInfo,
java.lang.String[] pSourceNames,
java.lang.String pProfileId)
public void setSourcePath(java.lang.String pSourcePath)
pSourcePath - - the path info of the referring pagepublic java.lang.String getSourcePath()
public void setDestinationPath(java.lang.String pDestinationPath)
pDestinationPath - - the path info of the clicked linkpublic java.lang.String getDestinationPath()
public void setSourceNames(java.lang.String[] pSourceNames)
pSourceName - - the user-defined logical names
for this clicked linkpublic java.lang.String[] getSourceNames()
public java.lang.String getReportingSourceNames()
public void setSourceScenarioPathInfo(java.lang.String pSourceScenarioPathInfo)
SourceScenarioPathInfopSourceScenarioPathInfo - new value to setpublic java.lang.String getSourceScenarioPathInfo()
SourceScenarioPathInfoSourceScenarioPathInfopublic void setDestinationScenarioPathInfo(java.lang.String pDestinationScenarioPathInfo)
DestinationScenarioPathInfopDestinationScenarioPathInfo - new value to setpublic java.lang.String getDestinationScenarioPathInfo()
DestinationScenarioPathInfoDestinationScenarioPathInfoprotected java.lang.String toStringProperties()
toStringProperties in class DPSMessage