Class QuickEditProductListItem
category |
System |
---|---|
package |
Extensions |
subpackage |
QuickEdit |
__construct(array $value)
array
Contains product data.
getCategory() : integer
integer
Returns the category of the product.
getDiscount() : integer
integer
Returns the discount of the product.
getId() : integer
integer
Returns the Id of the product.
getManufacturer() : integer
integer
Returns the manufacturer 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.
getQuantity() : integer
integer
Returns the quantity of the product.
getShippingCosts() : integer
integer
Returns the shipping costs of the product.
getShippingStatusName() : integer
integer
Returns the shipping status name of the product.
getShippingTimeId() : integer
integer
Returns the shipping time id of the product.
getSpecialPrice() : integer
integer
Returns the special price of the product.
getSpecialPriceExpiresDate() : integer
integer
Returns the special price expires date of the product.
getSpecialPriceId() : integer
integer
Returns the special price id of the product.
getSpecialPriceQuantity() : integer
integer
Returns the special price quantity of the product.
getSpecialPriceStatus() : integer
integer
Returns the special price status of the product.
getStatus() : integer
integer
Returns the status of the product.
getTax() : integer
integer
Returns the tax of the product.
getTaxClassId() : integer
integer
Returns the tax class id of the product.
getWeight() : integer
integer
Returns the weight of the product.
setCategory(\StringType $category) : \QuickEditProductListItem
setDiscount(\DecimalType $discount) : \QuickEditProductListItem
setId(\IdType $id) : \QuickEditProductListItem
setManufacturer(\StringType $manufacturer) : \QuickEditProductListItem
setModel(\StringType $model) : \QuickEditProductListItem
setName(\StringType $name) : \QuickEditProductListItem
setPrice(\DecimalType $price) : \QuickEditProductListItem
setQuantity(\DecimalType $quantity) : \QuickEditProductListItem
setShippingCosts(\DecimalType $shippingCosts) : \QuickEditProductListItem
setShippingStatusName(\StringType $shippingStatusName) : \QuickEditProductListItem
setShippingTimeId(\IntType $shippingTimeId) : \QuickEditProductListItem
setSpecialPrice(\DecimalType $specialPrice) : \QuickEditProductListItem
setSpecialPriceExpiresDate(\DateTime $specialPriceExpiresDate) : \QuickEditProductListItem
\DateTime
Product special price expires date.
\QuickEditProductListItem
QuickEdit product collection.
setSpecialPriceId(\IdType $specialPriceId) : \QuickEditProductListItem
setSpecialPriceQuantity(\DecimalType $specialPriceQuanity) : \QuickEditProductListItem
setSpecialPriceStatus(\BoolType $specialPriceStatus) : \QuickEditProductListItem
setStatus(\BoolType $status) : \QuickEditProductListItem
setTax(\DecimalType $tax) : \QuickEditProductListItem
setTaxClassId(\IntType $taxClassId) : \QuickEditProductListItem
setWeight(\DecimalType $weight) : \QuickEditProductListItem
id : integer
var |
---|
integer
model : string
var |
---|
string
name : string
var |
---|
string
manufacturer : string
var |
---|
string
quantity : float
var |
---|
float
shippingTimeId : integer
var |
---|
integer
shippingStatusName : string
var |
---|
string
weight : float
var |
---|
float
shippingCosts : float
var |
---|
float
taxClassId : integer
var |
---|
integer
tax : float
var |
---|
float
price : float
var |
---|
float
discount : float
var |
---|
float
specialPriceId : integer
var |
---|
integer
specialPrice : float
var |
---|
float
specialPriceExpiresDate : string
var |
---|
string
specialPriceQuantity : float
var |
---|
float
specialPriceStatus : boolean
var |
---|
boolean
category : string
var |
---|
string
status : boolean
var |
---|
boolean