Class PromotionCacheInvalidationRemoteEvent

java.lang.Object
com.broadleafcommerce.promotion.offer.service.messaging.cache.PromotionCacheInvalidationRemoteEvent
All Implemented Interfaces:
Serializable

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

    • PromotionCacheInvalidationRemoteEvent

      public PromotionCacheInvalidationRemoteEvent(String id, String contextId, String code, String type)
  • Method Details

    • getId

      public String getId()
    • getContextId

      public String getContextId()
    • getCode

      public String getCode()
    • getType

      public String getType()
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object