java.lang.Object
com.broadleafcommerce.dataexchange.domain.tag.AdvancedTag

public class AdvancedTag extends Object
Represents an advanced tag that can be associated with a product or variant.
See Also:
  • Constructor Details

    • AdvancedTag

      public AdvancedTag()
  • Method Details

    • setCustomProperty

      public void setCustomProperty(String key, Object value)
    • getCustomProperties

      public Map<String,Object> getCustomProperties()
    • getId

      public String getId()
    • getName

      public String getName()
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setCustomProperties

      public void setCustomProperties(Map<String,Object> customProperties)
      Any custom properties from extensions that should just be passed through.
    • 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