Class ProductCharacteristicValue
java.lang.Object
com.broadleafcommerce.cartoperation.domain.ProductCharacteristicValue
- All Implemented Interfaces:
Serializable
Links a
ProductCharacteristicValue to a CharacteristicValue primarily for syncing
translations between the domains.- Since:
- Cart Operation Service 2.2.0, Release Train 2.2.0
- Author:
- Julia Lopez-Pozas (jlopezpozas)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe source characteristic value this DTO is referring togetValue()inthashCode()voidsetSourceCharacteristicValueId(String sourceCharacteristicValueId) The source characteristic value this DTO is referring tovoidvoidsetValueType(String valueType) toString()
-
Constructor Details
-
ProductCharacteristicValue
public ProductCharacteristicValue()
-
-
Method Details
-
getSourceCharacteristicValueId
The source characteristic value this DTO is referring to -
getValue
-
getValueType
-
setSourceCharacteristicValueId
The source characteristic value this DTO is referring to -
setValue
-
setValueType
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-