Class ContentTag

java.lang.Object
com.broadleafcommerce.content.domain.ContentTag
All Implemented Interfaces:
Serializable

public class ContentTag extends Object implements Serializable
Represents a tag that can be applied to a content item.
See Also:
  • Constructor Details

    • ContentTag

      public ContentTag()
  • Method Details

    • getId

      public String getId()
      A unique id for the tag.
      Returns:
      the unique id for the field
    • getName

      public String getName()
      The name for this tag
      Returns:
      a name for this field
    • setId

      public void setId(String id)
      A unique id for the tag.
      Parameters:
      id - the unique id for the field
    • setName

      public void setName(String name)
      The name for this tag
      Parameters:
      name - a name for this field
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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