Class QuickEditProductPropertiesListItem
category |
System |
---|---|
package |
Extensions |
subpackage |
QuickEdit |
__construct(array $value)
array
Contains product properties data.
getEan() : integer
integer
Returns the ean of the product.
getId() : integer
integer
Returns the Id of the product.
getModel() : integer
integer
Returns the model of the product.
getName() : integer
integer
Returns the name of the product.
getPrice() : integer
integer
Returns the price of the product.
getPriceType() : integer
integer
Returns the price type of the product.
getPriceTypeConfiguration() : array
array
getProductsName() : integer
integer
Returns the name of the product.
getQuantity() : integer
integer
Returns the quantity of the product.
getShipmentConfiguration() : integer
integer
Returns the shipping configuration of the product.
getShippingTimeId() : integer
integer
Returns the shipping time id of the product.
getTax() : integer
integer
Returns the tax of the product.
getWeight() : integer
integer
Returns the weight of the product.
setEan(\StringType $ean) : \QuickEditProductPropertiesListItem
setId(\IdType $id) : \QuickEditProductPropertiesListItem
setModel(\StringType $model) : \QuickEditProductPropertiesListItem
setName(\StringType $name) : \QuickEditProductPropertiesListItem
setPrice(\DecimalType $price) : \QuickEditProductPropertiesListItem
setPriceType(\StringType $priceType) : \QuickEditProductPropertiesListItem
setPriceTypeConfiguration() : \QuickEditProductPropertiesListItem
setProductsName(\StringType $productsName) : \QuickEditProductPropertiesListItem
setQuantity(\DecimalType $quantity) : \QuickEditProductPropertiesListItem
setShipmentConfiguration() : \QuickEditProductPropertiesListItem
setShippingTimeId(\IntType $shippingTimeId) : \QuickEditProductPropertiesListItem
setTax(\DecimalType $tax) : \QuickEditProductPropertiesListItem
setWeight(\DecimalType $weight) : \QuickEditProductPropertiesListItem
db : \CI_DB_query_builder
var |
---|
\CI_DB_query_builder
languageTextManager : \LanguageTextManager
var |
---|
\LanguageTextManager
id : integer
var |
---|
integer
name : string
var |
---|
string
model : string
var |
---|
string
ean : string
var |
---|
string
quantity : float
var |
---|
float
shippingTimeId : integer
var |
---|
integer
shippingStatusName : string
var |
---|
string
shipmentConfiguration : array
var |
---|
array
weight : float
var |
---|
float
tax : float
var |
---|
float
price : float
var |
---|
float
priceType : string
var |
---|
string
priceTypeConfiguration : array
var |
---|
array
productsName : string
var |
---|
string