phpDocumentor

StoredProductAttributeInterface extends ProductAttributeInterface

Interface StoredProductAttributeInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

getAttributeId()  : int
Returns the attribute id.
getAttributeModel()  : string
Returns the attribute model of the product attribute.
getOptionId()  : int
Returns the option id of the product attribute.
getOptionValueId()  : int
Returns option value id of the product attribute.
getPrice()  : float
Returns the price of the product attribute.
getPriceType()  : string
Returns the price type of the product attribute.
getSortOrder()  : int
Returns the sort order of the product attribute.
getStock()  : float
Returns the stock of the product attribute.
getWeight()  : float
Returns the weight of the product attribute.
getWeightType()  : string
Returns the weight type of the product attribute.
setAttributeModel()  : ProductAttributeInterface|$this
Sets the attribute model of the product attribute.
setOptionId()  : ProductAttributeInterface|$this
Sets the option id of the product attribute.
setOptionValueId()  : ProductAttributeInterface|$this
Sets the option value id.
setPrice()  : ProductAttributeInterface|$this
Sets the price of the product attribute.
setPriceType()  : ProductAttributeInterface|$this
Sets the price type of the product attribute.
setSortOrder()  : ProductAttributeInterface|$this
Sets the sort order of the product attribute.
setStock()  : ProductAttributeInterface|$this
Sets the stock of the product attribute.
setWeight()  : ProductAttributeInterface|$this
Sets the weight of the product attribute.
setWeightType()  : ProductAttributeInterface|$this
Sets the weight type of the product attribute.

Methods

getAttributeModel()

Returns the attribute model of the product attribute.

public getAttributeModel() : string
Return values
string

Model of product attribute.

getOptionId()

Returns the option id of the product attribute.

public getOptionId() : int
Return values
int

Option id of product attribute.

getOptionValueId()

Returns option value id of the product attribute.

public getOptionValueId() : int
Return values
int

Option value id of product attribute.

getPrice()

Returns the price of the product attribute.

public getPrice() : float
Return values
float

Price of product attribute.

getPriceType()

Returns the price type of the product attribute.

public getPriceType() : string
Return values
string

Price type of product attribute.

getSortOrder()

Returns the sort order of the product attribute.

public getSortOrder() : int
Return values
int

Sort order of product attribute.

getStock()

Returns the stock of the product attribute.

public getStock() : float
Return values
float

Stock of product attribute.

getWeight()

Returns the weight of the product attribute.

public getWeight() : float
Return values
float

Weight of product attribute.

getWeightType()

Returns the weight type of the product attribute.

public getWeightType() : string
Return values
string

Weight type of product attribute.

Search results