public class MarkerEventMessage
extends java.lang.Object
implements java.io.Serializable
RepositoryMarkerManager
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
MarkerEventMessage()
Constructs a MarkerMessage message
|
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getEventDate()
Get property
EventDate |
java.lang.String |
getMarkedItemId() |
java.lang.String |
getMarkedItemType() |
java.lang.String |
getMarkerPropertyName()
The property name on the marked item that references the marker
|
java.lang.String |
getParentSessionId()
Get property
ParentSessionId |
java.lang.String |
getProfileId() |
java.lang.String |
getRepositoryName() |
java.lang.String |
getSessionId()
The session id associated with the event
|
java.lang.String |
getSiteId()
Returns the site id associated with the event
|
void |
setEventDate(java.sql.Timestamp pEventDate)
The Date associated with the event.
|
void |
setMarkedItemId(java.lang.String pMarkedItemId)
The repository id of the marked item.
|
void |
setMarkedItemType(java.lang.String pMarkedItemType)
The repository item type of the marked item.
|
void |
setMarkerPropertyName(java.lang.String pMarkerPropertyName)
The property name on the marked item that references the marker
|
void |
setParentSessionId(java.lang.String pParentSessionId)
The parentSessionId associated with the event.
|
void |
setProfileId(java.lang.String pProfileId)
The profile id associated with the event.
|
void |
setRepositoryName(java.lang.String pRepositoryName)
The name of the repository where the marker and marked item reside
|
void |
setSessionId(java.lang.String pSessionId)
The session id associated with the event
|
void |
setSiteId(java.lang.String pSiteId)
The site id associated with the event
|
public MarkerEventMessage()
public void setProfileId(java.lang.String pProfileId)
public java.lang.String getProfileId()
public void setMarkedItemId(java.lang.String pMarkedItemId)
public java.lang.String getMarkedItemId()
public void setMarkedItemType(java.lang.String pMarkedItemType)
public java.lang.String getMarkedItemType()
public void setRepositoryName(java.lang.String pRepositoryName)
public java.lang.String getRepositoryName()
public void setSessionId(java.lang.String pSessionId)
public java.lang.String getSessionId()
public void setParentSessionId(java.lang.String pParentSessionId)
pParentSessionId
- new value to setpublic java.lang.String getParentSessionId()
ParentSessionId
ParentSessionId
public void setEventDate(java.sql.Timestamp pEventDate)
pDate
- new value to setpublic java.sql.Timestamp getEventDate()
EventDate
Date
public void setMarkerPropertyName(java.lang.String pMarkerPropertyName)
public java.lang.String getMarkerPropertyName()
public void setSiteId(java.lang.String pSiteId)
pSite
- site id to setpublic java.lang.String getSiteId()