Class VariantOption
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.VariantOption
Variant characteristics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Unique reference of the variant option@NotNull StringVariant Category.@NotNull StringVariant Value.inthashCode()voidvoidsetVariantCategory(String variantCategory) voidsetVariantValue(String variantValue) toString()variantCategory(String variantCategory) variantValue(String variantValue)
-
Constructor Details
-
VariantOption
public VariantOption()
-
-
Method Details
-
id
-
getId
Unique reference of the variant option- Returns:
- id
-
setId
-
variantCategory
-
getVariantCategory
Variant Category.- Returns:
- variantCategory
-
setVariantCategory
-
variantValue
-
getVariantValue
Variant Value.- Returns:
- variantValue
-
setVariantValue
-
equals
-
hashCode
public int hashCode() -
toString
-