Class ProductAttribute
Class ProductAttribute
- ProductAttribute implements ProductAttributeInterface
Direct known subclasses
Package: ProductModule\Entities
Category: System
Located at Services/Core/ProductModule/Entities/ProductAttribute.inc.php
Category: System
Located at Services/Core/ProductModule/Entities/ProductAttribute.inc.php
Methods summary
public
setOptionId( IdType $optionId )
: ProductAttribute|ProductAttribute
Sets the option id of the product attribute.
public
setOptionValueId( IdType $optionValueId )
: ProductAttribute|ProductAttribute
Sets the option value id.
public
setPrice( DecimalType $price )
: ProductAttribute|ProductAttribute
Sets the price of the product attribute.
public
setPriceType( StringType $priceType )
: ProductAttribute|ProductAttribute
Sets the price type of the product attribute.
public
setWeight( DecimalType $weight )
: ProductAttribute|ProductAttribute
Sets the weight of the product attribute.
public
setWeightType( StringType $weightType )
: ProductAttribute|ProductAttribute
Sets the weight type of the product attribute.
public
setAttributeModel( StringType $attributeModel )
: ProductAttribute|ProductAttribute
Sets the attribute model of the product attribute.
public
setAttributeEan( StringType $attributeEan )
: ProductAttribute|ProductAttribute
Sets the ean of the product attribute.
public
setStock( DecimalType $stock )
: ProductAttribute|ProductAttribute
Sets the stock of the product attribute.
public
setSortOrder( IntType $sortOrder )
: ProductAttribute|ProductAttribute
Sets the sort order of the product attribute.
public
setVpeId( IdType $vpeId )
: ProductAttribute|ProductAttribute
Sets the vpe id of the product attribute.
public
setVpeValue( DecimalType $vpeValue )
: ProductAttribute|ProductAttribute
Sets the vpe value of the product attribute.