Class ProductOptionValue
dw.catalog
Class ProductOptionValue
Represents the value of a product option.
Properties
description  :  String  (Read Only)
The the product option value's description in the current locale.
displayValue  :  String  (Read Only)
The the product option value's display name in the current locale.
ID  :  String  (Read Only)
The product option value's ID.
productIDModifier  :  String  (Read Only)
The product option value's product ID modifier which can be used to build the SKU for the actual product.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getDescription() : String
Returns the the product option value's description in the current locale.
getDisplayValue() : String
Returns the the product option value's display name in the current locale.
getID() : String
Returns the product option value's ID.
getProductIDModifier() : String
Returns the product option value's product ID modifier which can be used to build the SKU for the actual product.
Methods inherited from class ExtensibleObject
Methods inherited from class PersistentObject
Method Detail
getDescription
getDescription() : String
Returns the the product option value's description in the current locale.
Returns:
The value of the product option value's description in the current locale, or null if it wasn't found.

getDisplayValue
getDisplayValue() : String
Returns the the product option value's display name in the current locale.
Returns:
The value of the product option value's display name in the current locale, or null if it wasn't found.

getID
getID() : String
Returns the product option value's ID.
Returns:
the product option value's ID.

getProductIDModifier
getProductIDModifier() : String
Returns the product option value's product ID modifier which can be used to build the SKU for the actual product.
Returns:
the product option value's product ID modifier which can be used to build the SKU for the actual product.