Class AdvancedTag
java.lang.Object
com.broadleafcommerce.dataexchange.domain.tag.AdvancedTag
Represents an advanced tag that can be associated with a product or variant.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
getName()
int
hashCode()
void
setCustomProperties
(Map<String, Object> customProperties) Any custom properties from extensions that should just be passed through.void
setCustomProperty
(String key, Object value) void
void
toString()
-
Constructor Details
-
AdvancedTag
public AdvancedTag()
-
-
Method Details
-
setCustomProperty
-
getCustomProperties
-
getId
-
getName
-
setId
-
setName
-
setCustomProperties
Any custom properties from extensions that should just be passed through. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-