public class MissingPricesImpl extends Object implements MissingPrices
| Constructor and Description |
|---|
MissingPricesImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ProductReference |
getProduct() |
Long |
getVariantId()
Id of the
ProductVariant. |
int |
hashCode() |
void |
setProduct(ProductReference product) |
void |
setVariantId(Long variantId) |
getClass, notify, notifyAll, toString, wait, wait, waitbuilder, builder, of, of, withMissingPricespublic ProductReference getProduct()
getProduct in interface MissingPricespublic Long getVariantId()
Id of the ProductVariant.
getVariantId in interface MissingPricespublic void setProduct(ProductReference product)
setProduct in interface MissingPricespublic void setVariantId(Long variantId)
setVariantId in interface MissingPrices