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