Class ExchangeEntityAsset

java.lang.Object
com.broadleafcommerce.asset.consumer.domain.EntityAsset
com.broadleafcommerce.dataexchange.domain.asset.ExchangeEntityAsset
All Implemented Interfaces:
com.broadleafcommerce.asset.consumer.domain.AssetSourceAware, ExchangeObject, Serializable
Direct Known Subclasses:
ProductAsset

public abstract class ExchangeEntityAsset extends com.broadleafcommerce.asset.consumer.domain.EntityAsset implements ExchangeObject
See Also:
  • Constructor Details

    • ExchangeEntityAsset

      public ExchangeEntityAsset()
  • Method Details

    • getParentCorrelationId

      public String getParentCorrelationId()
      Specified by:
      getParentCorrelationId in interface ExchangeObject
    • getCorrelationId

      public String getCorrelationId()
      Specified by:
      getCorrelationId in interface ExchangeObject
    • isNewlyCreated

      public boolean isNewlyCreated()
      Specified by:
      isNewlyCreated in interface ExchangeObject
      Returns:
      true if the object is newly created. Note that this is not always applicable to all objects.
    • setParentCorrelationId

      public void setParentCorrelationId(String parentCorrelationId)
      Specified by:
      setParentCorrelationId in interface ExchangeObject
    • setCorrelationId

      public void setCorrelationId(String correlationId)
      Specified by:
      setCorrelationId in interface ExchangeObject
    • setNewlyCreated

      public void setNewlyCreated(boolean newlyCreated)
      Description copied from interface: ExchangeObject
      Set to true if the object is newly created. This may not be applicable to all objects.
      Specified by:
      setNewlyCreated in interface ExchangeObject
      Parameters:
      newlyCreated - true if the object is newly created
    • toString

      public String toString()
      Overrides:
      toString in class com.broadleafcommerce.asset.consumer.domain.EntityAsset
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class com.broadleafcommerce.asset.consumer.domain.EntityAsset
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class com.broadleafcommerce.asset.consumer.domain.EntityAsset
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.broadleafcommerce.asset.consumer.domain.EntityAsset