Class BaseOptionWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.BaseOptionWsDTO
- All Implemented Interfaces:
Serializable
Representation of a Base Option
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOptions(List<VariantOptionWsDTO> options) voidsetSelected(VariantOptionWsDTO selected) voidsetVariantType(String variantType)
-
Constructor Details
-
BaseOptionWsDTO
public BaseOptionWsDTO()
-
-
Method Details
-
setVariantType
-
getVariantType
-
setOptions
-
getOptions
-
setSelected
-
getSelected
-