Class ContextState.ContextCatalogInfo

java.lang.Object
com.broadleafcommerce.data.tracking.core.filtering.business.domain.ContextState.ContextCatalogInfo
All Implemented Interfaces:
Serializable
Enclosing class:
ContextState

public static class ContextState.ContextCatalogInfo extends Object implements Serializable
A subset of the information from CatalogInfo for usage in ContextState.
See Also:
  • Constructor Details

    • ContextCatalogInfo

      public ContextCatalogInfo()
  • Method Details

    • getContextId

      public String getContextId()
    • getName

      public String getName()
    • getLocale

      public Locale getLocale()
    • getLevel

      public Long getLevel()
    • setContextId

      public void setContextId(String contextId)
    • setName

      public void setName(String name)
    • setLocale

      public void setLocale(Locale locale)
    • setLevel

      public void setLevel(Long level)
    • 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