Class ContentTag
java.lang.Object
com.broadleafcommerce.content.domain.ContentTag
- All Implemented Interfaces:
Serializable
Represents a tag that can be applied to a content item.
- See Also:
-
Constructor Details
-
ContentTag
public ContentTag()
-
-
Method Details
-
getId
A unique id for the tag.- Returns:
- the unique id for the field
-
getName
The name for this tag- Returns:
- a name for this field
-
setId
A unique id for the tag.- Parameters:
id
- the unique id for the field
-
setName
The name for this tag- Parameters:
name
- a name for this field
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-