Class AttributeValueWsDTO

java.lang.Object
de.hybris.platform.cpq.productconfig.occ.AttributeValueWsDTO
All Implemented Interfaces:
Serializable

public class AttributeValueWsDTO extends Object implements Serializable
CPQ configuration attribute.
See Also:
  • Constructor Details

    • AttributeValueWsDTO

      public AttributeValueWsDTO()
  • Method Details

    • setPaV_ID

      public void setPaV_ID(int paV_ID)
    • getPaV_ID

      public int getPaV_ID()
    • setValueCode

      public void setValueCode(String valueCode)
    • getValueCode

      public String getValueCode()
    • setValueDisplay

      public void setValueDisplay(String valueDisplay)
    • getValueDisplay

      public String getValueDisplay()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setProductSystemId

      public void setProductSystemId(String productSystemId)
    • getProductSystemId

      public String getProductSystemId()
    • setSelected

      public void setSelected(boolean selected)
    • isSelected

      public boolean isSelected()
    • setPrice

      public void setPrice(String price)
    • getPrice

      public String getPrice()
    • setQuantity

      public void setQuantity(String quantity)
    • getQuantity

      public String getQuantity()