Class QuickEditProductSpecialPriceListItem
category |
System |
---|---|
package |
Extensions |
subpackage |
QuickEdit |
__construct(array $value)
array
Contains special price data.
getExpiresDate() : integer
integer
Returns the expires date of the product.
getPrice() : integer
integer
Returns the price of the product.
getProductsId() : integer
integer
Returns the Id of the product.
getProductsModel() : integer
integer
Returns the model of the product.
getProductsName() : integer
integer
Returns the name of the product.
getProductsPrice() : integer
integer
Returns the price of the product.
getQuantity() : integer
integer
Returns the quantity of the product.
getStatus() : integer
integer
Returns the status of the product.
getTax() : integer
integer
Returns the tax of the product.
isNewEntry() : boolean
boolean
Returns whether the entry is new.
setExpiresDate(\DateTime $expiresDate) : \QuickEditProductSpecialPriceListItem
\DateTime
Product special price expires date.
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setNewEntry(\BoolType $newEntry) : \QuickEditProductSpecialPriceListItem
\BoolType
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setPrice(\DecimalType $price) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setProductsId(\IdType $id) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setProductsModel(\StringType $model) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setProductsName(\StringType $productsName) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setProductsPrice(\DecimalType $productsPrice) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setQuantity(\DecimalType $quantity) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setStatus(\BoolType $status) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItem
Returns same instance for chained method calls.
setTax(\DecimalType $tax) : \QuickEditProductSpecialPriceListItem
productsId : integer
var |
---|
integer
name : string
var |
---|
string
model : string
var |
---|
string
quantity : float
var |
---|
float
isNewEntry : string
var |
---|
string
expiresDate : string
var |
---|
string
price : float
var |
---|
float
productsPrice : float
var |
---|
float
tax : float
var |
---|
float
status : boolean
var |
---|
boolean