Interface ProductAttributeInterface

Interface ProductAttributeInterface

Indirect known implementers

StoredProductAttribute

Methods summary

public getOptionId( void ) : integer

Returns the option id of the product attribute.

public setOptionId( IdType $optionId ) : ProductAttributeInterface|ProductAttributeInterface

Sets the option id of the product attribute.

public getOptionValueId( void ) : integer

Returns option value id of the product attribute.

public setOptionValueId( IdType $optionValueId ) : ProductAttributeInterface|ProductAttributeInterface

Sets the option value id.

public getPrice( void ) : float

Returns the price of the product attribute.

public setPrice( DecimalType $price ) : ProductAttributeInterface|ProductAttributeInterface

Sets the price of the product attribute.

public getPriceType( void ) : string

Returns the price type of the product attribute.

public setPriceType( StringType $priceType ) : ProductAttributeInterface|ProductAttributeInterface

Sets the price type of the product attribute.

public getWeight( void ) : float

Returns the weight of the product attribute.

public setWeight( DecimalType $weight ) : ProductAttributeInterface|ProductAttributeInterface

Sets the weight of the product attribute.

public getWeightType( void ) : string

Returns the weight type of the product attribute.

public setWeightType( StringType $weightType ) : ProductAttributeInterface|ProductAttributeInterface

Sets the weight type of the product attribute.

public getAttributeModel( void ) : string

Returns the attribute model of the product attribute.

public setAttributeModel( StringType $attributeModel ) : ProductAttributeInterface|ProductAttributeInterface

Sets the attribute model of the product attribute.

public getAttributeEan( void ) : string

Returns the ean of the product attribute.

public setAttributeEan( StringType $attributeEan ) : ProductAttributeInterface|ProductAttributeInterface

Sets the ean of the product attribute.

public getStock( void ) : float

Returns the stock of the product attribute.

public setStock( DecimalType $stock ) : ProductAttributeInterface|ProductAttributeInterface

Sets the stock of the product attribute.

public getSortOrder( void ) : integer

Returns the sort order of the product attribute.

public setSortOrder( IntType $sortOrder ) : ProductAttributeInterface|ProductAttributeInterface

Sets the sort order of the product attribute.

public getVpeId( void ) : integer

Returns the vpe id of the product attribute.

public setVpeId( IdType $vpeId ) : ProductAttributeInterface|ProductAttributeInterface

Sets the vpe id of the product attribute.

public getVpeValue( void ) : float

Returns the product vpe value of the product attribute.

public setVpeValue( DecimalType $vpeValue ) : ProductAttributeInterface|ProductAttributeInterface

Sets the vpe value of the product attribute.