Class ProductAttribute
| category |
System |
|---|---|
| package |
ProductModule |
| subpackage |
Entities |
__construct(\IdType $optionId, \IdType $valueId)
getAttributeEan() : string
stringEan of product attribute.
getAttributeModel() : string
stringModel of product attribute.
getOptionId() : integer
integerOption id of product attribute.
getOptionValueId() : integer
integerOption value id of product attribute.
getPrice() : float
floatPrice of product attribute.
getPriceType() : string
stringPrice type of product attribute.
getSortOrder() : integer
integerSort order of product attribute.
getStock() : float
floatStock of product attribute.
getVpeId() : integer
integerVpe id of product attribute.
getVpeValue() : float
floatVpe value of product attribute.
getWeight() : float
floatWeight of product attribute.
getWeightType() : string
stringWeight 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
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