Class ProductCharacteristicValue

java.lang.Object
com.broadleafcommerce.cartoperation.domain.ProductCharacteristicValue
All Implemented Interfaces:
Serializable

public class ProductCharacteristicValue extends Object implements 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 Details

    • ProductCharacteristicValue

      public ProductCharacteristicValue()
  • Method Details

    • getSourceCharacteristicValueId

      public String getSourceCharacteristicValueId()
      The source characteristic value this DTO is referring to
    • getValue

      public Object getValue()
    • getValueType

      public String getValueType()
    • setSourceCharacteristicValueId

      public void setSourceCharacteristicValueId(String sourceCharacteristicValueId)
      The source characteristic value this DTO is referring to
    • setValue

      public void setValue(Object value)
    • setValueType

      public void setValueType(String valueType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object