protected class ProductOptionValueProcessor.ProductOptionValueDTO extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ProductOptionValueDTO() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOptionId() |
BigDecimal |
getPriceAdjustment() |
String |
getRawValue() |
Long |
getValueId() |
String |
getValueName() |
void |
setOptionId(Long optionId) |
void |
setPriceAdjustment(BigDecimal priceAdjustment) |
void |
setRawValue(String rawValue) |
void |
setValueId(Long valueId) |
void |
setValueName(String valueName) |
public Long getOptionId()
public void setOptionId(Long optionId)
public Long getValueId()
public void setValueId(Long valueId)
public String getValueName()
public void setValueName(String valueName)
public String getRawValue()
public void setRawValue(String rawValue)
public BigDecimal getPriceAdjustment()
public void setPriceAdjustment(BigDecimal priceAdjustment)
Copyright © 2024. All rights reserved.