QuickEditProductListItem

Class QuickEditProductListItem

category

System

package

Extensions

subpackage

QuickEdit

Methods

QuickEditProductListItem constructor.

__construct(array $value) 

Arguments

$value

array

Contains product data.

Returns the category of the product.

getCategory() : integer

Response

integer

Returns the category of the product.

Returns the discount of the product.

getDiscount() : integer

Response

integer

Returns the discount of the product.

Returns the Id of the product.

getId() : integer

Response

integer

Returns the Id of the product.

Returns the manufacturer of the product.

getManufacturer() : integer

Response

integer

Returns the manufacturer 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 quantity of the product.

getQuantity() : integer

Response

integer

Returns the quantity of the product.

Returns the shipping costs of the product.

getShippingCosts() : integer

Response

integer

Returns the shipping costs of the product.

Returns the shipping status name of the product.

getShippingStatusName() : integer

Response

integer

Returns the shipping status name 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 special price of the product.

getSpecialPrice() : integer

Response

integer

Returns the special price of the product.

Returns the special price expires date of the product.

getSpecialPriceExpiresDate() : integer

Response

integer

Returns the special price expires date of the product.

Returns the special price id of the product.

getSpecialPriceId() : integer

Response

integer

Returns the special price id of the product.

Returns the special price quantity of the product.

getSpecialPriceQuantity() : integer

Response

integer

Returns the special price quantity of the product.

Returns the special price status of the product.

getSpecialPriceStatus() : integer

Response

integer

Returns the special price status of the product.

Returns the status of the product.

getStatus() : integer

Response

integer

Returns the status of the product.

Returns the tax of the product.

getTax() : integer

Response

integer

Returns the tax of the product.

Returns the tax class id of the product.

getTaxClassId() : integer

Response

integer

Returns the tax class id of the product.

Returns the weight of the product.

getWeight() : integer

Response

integer

Returns the weight of the product.

Sets the category of the product.

setCategory(\StringType $category) : \QuickEditProductListItem

Arguments

$category

\StringType

Product category.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the discount of the product.

setDiscount(\DecimalType $discount) : \QuickEditProductListItem

Arguments

$discount

\DecimalType

Product discount.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the id of the product.

setId(\IdType $id) : \QuickEditProductListItem

Arguments

$id

\IdType

Product id.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the manufacturer of the product.

setManufacturer(\StringType $manufacturer) : \QuickEditProductListItem

Arguments

$manufacturer

\StringType

Product manufacturer.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the model of the product.

setModel(\StringType $model) : \QuickEditProductListItem

Arguments

$model

\StringType

Product model.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the name of the product.

setName(\StringType $name) : \QuickEditProductListItem

Arguments

$name

\StringType

Product name.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the price of the product.

setPrice(\DecimalType $price) : \QuickEditProductListItem

Arguments

$price

\DecimalType

Product price.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the quantity of the product.

setQuantity(\DecimalType $quantity) : \QuickEditProductListItem

Arguments

$quantity

\DecimalType

Product quantity.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the shipping costs of the product.

setShippingCosts(\DecimalType $shippingCosts) : \QuickEditProductListItem

Arguments

$shippingCosts

\DecimalType

Product shipping costs.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the shipping status name of the product.

setShippingStatusName(\StringType $shippingStatusName) : \QuickEditProductListItem

Arguments

$shippingStatusName

\StringType

Product shipping status name.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the shipping time id of the product.

setShippingTimeId(\IntType $shippingTimeId) : \QuickEditProductListItem

Arguments

$shippingTimeId

\IntType

Product shipping time id.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the special price of the product.

setSpecialPrice(\DecimalType $specialPrice) : \QuickEditProductListItem

Arguments

$specialPrice

\DecimalType

Product special price.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the special price expires date of the product.

setSpecialPriceExpiresDate(\DateTime $specialPriceExpiresDate) : \QuickEditProductListItem

Arguments

$specialPriceExpiresDate

\DateTime

Product special price expires date.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the special price id of the product.

setSpecialPriceId(\IdType $specialPriceId) : \QuickEditProductListItem

Arguments

$specialPriceId

\IdType

Product special price id.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the special price quantity of the product.

setSpecialPriceQuantity(\DecimalType $specialPriceQuanity) : \QuickEditProductListItem

Arguments

$specialPriceQuanity

\DecimalType

Product special price quantity.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the special price status of the product.

setSpecialPriceStatus(\BoolType $specialPriceStatus) : \QuickEditProductListItem

Arguments

$specialPriceStatus

\BoolType

Product special price status.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the status of the product.

setStatus(\BoolType $status) : \QuickEditProductListItem

Arguments

$status

\BoolType

Product status.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the tax of the product.

setTax(\DecimalType $tax) : \QuickEditProductListItem

Arguments

$tax

\DecimalType

Product tax.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the tax class id of the product.

setTaxClassId(\IntType $taxClassId) : \QuickEditProductListItem

Arguments

$taxClassId

\IntType

Product tax class id.

Response

\QuickEditProductListItem

QuickEdit product collection.

Sets the weight of the product.

setWeight(\DecimalType $weight) : \QuickEditProductListItem

Arguments

$weight

\DecimalType

Product weight.

Response

\QuickEditProductListItem

QuickEdit product collection.

Properties

id

id : integer
var

Type(s)

integer

model

model : string
var

Type(s)

string

name

name : string
var

Type(s)

string

manufacturer

manufacturer : 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

weight

weight : float
var

Type(s)

float

shippingCosts

shippingCosts : float
var

Type(s)

float

taxClassId

taxClassId : integer
var

Type(s)

integer

tax

tax : float
var

Type(s)

float

price

price : float
var

Type(s)

float

discount

discount : float
var

Type(s)

float

specialPriceId

specialPriceId : integer
var

Type(s)

integer

specialPrice

specialPrice : float
var

Type(s)

float

specialPriceExpiresDate

specialPriceExpiresDate : string
var

Type(s)

string

specialPriceQuantity

specialPriceQuantity : float
var

Type(s)

float

specialPriceStatus

specialPriceStatus : boolean
var

Type(s)

boolean

category

category : string
var

Type(s)

string

status

status : boolean
var

Type(s)

boolean