Class CorrelationIdMapping

java.lang.Object
com.broadleafcommerce.common.dataimport.messaging.CorrelationIdMapping

public final class CorrelationIdMapping extends Object
Holds a mapping of a correlation id (identifier in the import service) with the resolved value at the resource tier
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • CorrelationIdMapping

      public CorrelationIdMapping(String correlationId, String resourceTierIdentifier)
  • Method Details

    • getCorrelationId

      public String getCorrelationId()
      Identifier for the record at the import tier
    • getResourceTierIdentifier

      public String getResourceTierIdentifier()
      Identifier for the record at the resource tier which is associated after the record is persisted
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object