Package com.broadleafcommerce.catalog.domain.product.characteristic
package com.broadleafcommerce.catalog.domain.product.characteristic
-
ClassesClassDescriptionRepresents a characteristic of a Product.Represents a value for a
Characteristic
.Default supported values forCharacteristicValue.getRangeInterval()
.Links aProduct
to aCharacteristic
and holds the actual value for that Characteristic on the Product.Links aProductCharacteristicValue
to aCharacteristicValue
primarily for syncing translations between the domains.