java.lang.Object
de.hybris.platform.sap.productconfig.services.tracking.TrackingItemKey
All Implemented Interfaces:
Serializable

public class TrackingItemKey extends Object implements Serializable
See Also:
  • Constructor Details

    • TrackingItemKey

      public TrackingItemKey()
  • Method Details

    • setEventType

      public void setEventType(EventType eventType)
    • getEventType

      public EventType getEventType()
    • setTimestamp

      public void setTimestamp(LocalDateTime timestamp)
    • getTimestamp

      public LocalDateTime getTimestamp()
    • setSessionId

      public void setSessionId(String sessionId)
    • getSessionId

      public String getSessionId()
    • setConfigId

      public void setConfigId(String configId)
    • getConfigId

      public String getConfigId()