Class StoredProductAttribute
category |
System |
---|---|
package |
ProductModule |
subpackage |
Entities |
__construct(\IdType $optionId, \IdType $valueId)
getAttributeEan() : string
string
Ean of product attribute.
getAttributeId() : integer
integer
Id of product attribute.
getAttributeModel() : string
string
Model of product attribute.
getOptionId() : integer
integer
Option id of product attribute.
getOptionValueId() : integer
integer
Option value id of product attribute.
getPrice() : float
float
Price of product attribute.
getPriceType() : string
string
Price type of product attribute.
getSortOrder() : integer
integer
Sort order of product attribute.
getStock() : float
float
Stock of product attribute.
getVpeId() : integer
integer
Vpe id of product attribute.
getVpeValue() : float
float
Vpe value of product attribute.
getWeight() : float
float
Weight of product attribute.
getWeightType() : string
string
Weight type of product attribute.
setAttributeEan(\StringType $attributeEan) : \ProductAttribute|$this
setAttributeModel(\StringType $attributeModel) : \ProductAttribute|$this
setOptionId(\IdType $optionId) : \ProductAttribute|$this
setOptionValueId(\IdType $optionValueId) : \ProductAttribute|$this
setPrice(\DecimalType $price) : \ProductAttribute|$this
setPriceType(\StringType $priceType) : \ProductAttribute|$this
setSortOrder(\IntType $sortOrder) : \ProductAttribute|$this
setStock(\DecimalType $stock) : \ProductAttribute|$this
setVpeId(\IdType $vpeId) : \ProductAttribute|$this
setVpeValue(\DecimalType $vpeValue) : \ProductAttribute|$this
setWeight(\DecimalType $weight) : \ProductAttribute|$this
setWeightType(\StringType $weightType) : \ProductAttribute|$this
attributeId : integer
var |
---|
integer
optionId : integer
var |
---|
integer
optionValueId : integer
var |
---|
integer
price : float
var |
---|
float
priceType : string
var |
---|
string
weight : float
var |
---|
float
weightType : string
var |
---|
string
attributeModel : string
var |
---|
string
attributeEan : string
var |
---|
string
stock : float
var |
---|
float
sortOrder : integer
var |
---|
integer
vpeId : integer
var |
---|
integer
vpeValue : float
var |
---|
float