Class AttributeValueWsDTO
java.lang.Object
de.hybris.platform.cpq.productconfig.occ.AttributeValueWsDTO
- All Implemented Interfaces:
Serializable
CPQ configuration attribute.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetPrice()booleanvoidsetDescription(String description) voidsetPaV_ID(int paV_ID) voidvoidsetProductSystemId(String productSystemId) voidsetQuantity(String quantity) voidsetSelected(boolean selected) voidsetValueCode(String valueCode) voidsetValueDisplay(String valueDisplay)
-
Constructor Details
-
AttributeValueWsDTO
public AttributeValueWsDTO()
-
-
Method Details
-
setPaV_ID
public void setPaV_ID(int paV_ID) -
getPaV_ID
public int getPaV_ID() -
setValueCode
-
getValueCode
-
setValueDisplay
-
getValueDisplay
-
setDescription
-
getDescription
-
setProductSystemId
-
getProductSystemId
-
setSelected
public void setSelected(boolean selected) -
isSelected
public boolean isSelected() -
setPrice
-
getPrice
-
setQuantity
-
getQuantity
-