Uses of Class
com.broadleafcommerce.cartoperation.domain.Characteristic
Packages that use Characteristic
-
Uses of Characteristic in com.broadleafcommerce.cartoperation.domain
Methods in com.broadleafcommerce.cartoperation.domain that return CharacteristicModifier and TypeMethodDescriptionProductCharacteristic.getCharacteristic()TheCharacteristicdefinition associated with this product.Methods in com.broadleafcommerce.cartoperation.domain that return types with arguments of type CharacteristicModifier and TypeMethodDescriptionProduct.getParentCharacteristics()Map of theCharacteristicsreferenced by theProductCharacteristicswhere the key is the characteristic'sfieldName.Methods in com.broadleafcommerce.cartoperation.domain with parameters of type CharacteristicModifier and TypeMethodDescriptionvoidProductCharacteristic.setCharacteristic(Characteristic characteristic) TheCharacteristicdefinition associated with this product.Method parameters in com.broadleafcommerce.cartoperation.domain with type arguments of type CharacteristicModifier and TypeMethodDescriptionvoidProduct.setParentCharacteristics(Map<String, Characteristic> parentCharacteristics) Map of theCharacteristicsreferenced by theProductCharacteristicswhere the key is the characteristic'sfieldName.