QuickEditProductPropertiesListItem

Class QuickEditProductPropertiesListItem

category

System

package

Extensions

subpackage

QuickEdit

Methods

QuickEditProductPropertiesListItem constructor.

__construct(array $value) 

Arguments

$value

array

Contains product properties data.

Returns the ean of the product.

getEan() : integer

Response

integer

Returns the ean of the product.

Returns the Id of the product.

getId() : integer

Response

integer

Returns the Id of the product.

Returns the model of the product.

getModel() : integer

Response

integer

Returns the model of the product.

Returns the name of the product.

getName() : integer

Response

integer

Returns the name of the product.

Returns the price of the product.

getPrice() : integer

Response

integer

Returns the price of the product.

Returns the price type of the product.

getPriceType() : integer

Response

integer

Returns the price type of the product.

getPriceTypeConfiguration

getPriceTypeConfiguration() : array

Response

array

Returns the name of the product.

getProductsName() : integer

Response

integer

Returns the name of the product.

Returns the quantity of the product.

getQuantity() : integer

Response

integer

Returns the quantity of the product.

Returns the shipping configuration of the product.

getShipmentConfiguration() : integer

Response

integer

Returns the shipping configuration of the product.

Returns the shipping time id of the product.

getShippingTimeId() : integer

Response

integer

Returns the shipping time id of the product.

Returns the tax of the product.

getTax() : integer

Response

integer

Returns the tax of the product.

Returns the weight of the product.

getWeight() : integer

Response

integer

Returns the weight of the product.

Sets the éan of the product.

setEan(\StringType $ean) : \QuickEditProductPropertiesListItem

Arguments

$ean

\StringType

Product $ean.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the id of the product.

setId(\IdType $id) : \QuickEditProductPropertiesListItem

Arguments

$id

\IdType

Product id.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the model of the product.

setModel(\StringType $model) : \QuickEditProductPropertiesListItem

Arguments

$model

\StringType

Product model.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the name of the product.

setName(\StringType $name) : \QuickEditProductPropertiesListItem

Arguments

$name

\StringType

Product name.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the price of the product.

setPrice(\DecimalType $price) : \QuickEditProductPropertiesListItem

Arguments

$price

\DecimalType

Product price.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the price type of the product.

setPriceType(\StringType $priceType) : \QuickEditProductPropertiesListItem

Arguments

$priceType

\StringType

Product price type.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the price type configuration of the product.

setPriceTypeConfiguration() : \QuickEditProductPropertiesListItem

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the name of the product.

setProductsName(\StringType $productsName) : \QuickEditProductPropertiesListItem

Arguments

$productsName

\StringType

Product name.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the quantity of the product.

setQuantity(\DecimalType $quantity) : \QuickEditProductPropertiesListItem

Arguments

$quantity

\DecimalType

Product quantity.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the shipment configuration of the product.

setShipmentConfiguration() : \QuickEditProductPropertiesListItem

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the shipping time id of the product.

setShippingTimeId(\IntType $shippingTimeId) : \QuickEditProductPropertiesListItem

Arguments

$shippingTimeId

\IntType

Product shipping time id.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the tax of the product.

setTax(\DecimalType $tax) : \QuickEditProductPropertiesListItem

Arguments

$tax

\DecimalType

Product tax.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Sets the weight of the product.

setWeight(\DecimalType $weight) : \QuickEditProductPropertiesListItem

Arguments

$weight

\DecimalType

Product weight.

Response

\QuickEditProductPropertiesListItem

QuickEdit product collection.

Properties

db

db : \CI_DB_query_builder
var

Type(s)

\CI_DB_query_builder

languageTextManager

languageTextManager : \LanguageTextManager
var

Type(s)

\LanguageTextManager

id

id : integer
var

Type(s)

integer

name

name : string
var

Type(s)

string

model

model : string
var

Type(s)

string

ean

ean : string
var

Type(s)

string

quantity

quantity : float
var

Type(s)

float

shippingTimeId

shippingTimeId : integer
var

Type(s)

integer

shippingStatusName

shippingStatusName : string
var

Type(s)

string

shipmentConfiguration

shipmentConfiguration : array
var

Type(s)

array

weight

weight : float
var

Type(s)

float

tax

tax : float
var

Type(s)

float

price

price : float
var

Type(s)

float

priceType

priceType : string
var

Type(s)

string

priceTypeConfiguration

priceTypeConfiguration : array
var

Type(s)

array

productsName

productsName : string
var

Type(s)

string