Class TrackingItemKey
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.tracking.TrackingItemKey
-
- All Implemented Interfaces:
java.io.Serializable
public class TrackingItemKey extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrackingItemKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfigId()EventTypegetEventType()java.lang.StringgetSessionId()java.time.LocalDateTimegetTimestamp()voidsetConfigId(java.lang.String configId)voidsetEventType(EventType eventType)voidsetSessionId(java.lang.String sessionId)voidsetTimestamp(java.time.LocalDateTime timestamp)
-
-
-
Method Detail
-
setEventType
public void setEventType(EventType eventType)
-
getEventType
public EventType getEventType()
-
setTimestamp
public void setTimestamp(java.time.LocalDateTime timestamp)
-
getTimestamp
public java.time.LocalDateTime getTimestamp()
-
setSessionId
public void setSessionId(java.lang.String sessionId)
-
getSessionId
public java.lang.String getSessionId()
-
setConfigId
public void setConfigId(java.lang.String configId)
-
getConfigId
public java.lang.String getConfigId()
-
-