QuickEditProductSpecialPriceListItem

Class QuickEditProductSpecialPriceListItem

category

System

package

Extensions

subpackage

QuickEdit

Methods

QuickEditProductSpecialPriceListItem constructor.

__construct(array $value) 

Arguments

$value

array

Contains special price data.

Returns the expires date of the product.

getExpiresDate() : integer

Response

integer

Returns the expires date of the product.

Returns the price of the product.

getPrice() : integer

Response

integer

Returns the price of the product.

Returns the Id of the product.

getProductsId() : integer

Response

integer

Returns the Id of the product.

Returns the model of the product.

getProductsModel() : integer

Response

integer

Returns the model of the product.

Returns the name of the product.

getProductsName() : integer

Response

integer

Returns the name of the product.

Returns the price of the product.

getProductsPrice() : 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 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 whether the entry is new.

isNewEntry() : boolean

Response

boolean

Returns whether the entry is new.

Sets the special price expires date of the product.

setExpiresDate(\DateTime $expiresDate) : \QuickEditProductSpecialPriceListItem

Arguments

$expiresDate

\DateTime

Product special price expires date.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Saves whether the entry is new.

setNewEntry(\BoolType $newEntry) : \QuickEditProductSpecialPriceListItem

Arguments

$newEntry

\BoolType

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the price of the product.

setPrice(\DecimalType $price) : \QuickEditProductSpecialPriceListItem

Arguments

$price

\DecimalType

Product price.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the id of the product.

setProductsId(\IdType $id) : \QuickEditProductSpecialPriceListItem

Arguments

$id

\IdType

Product id.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the model of the product.

setProductsModel(\StringType $model) : \QuickEditProductSpecialPriceListItem

Arguments

$model

\StringType

Product model.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the name of the product.

setProductsName(\StringType $productsName) : \QuickEditProductSpecialPriceListItem

Arguments

$productsName

\StringType

Product name.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the model of the product.

setProductsPrice(\DecimalType $productsPrice) : \QuickEditProductSpecialPriceListItem

Arguments

$productsPrice

\DecimalType

Product price.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the quantity of the product.

setQuantity(\DecimalType $quantity) : \QuickEditProductSpecialPriceListItem

Arguments

$quantity

\DecimalType

Product quantity.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the status of the product.

setStatus(\BoolType $status) : \QuickEditProductSpecialPriceListItem

Arguments

$status

\BoolType

Product status.

Response

\QuickEditProductSpecialPriceListItem

Returns same instance for chained method calls.

Sets the tax of the product.

setTax(\DecimalType $tax) : \QuickEditProductSpecialPriceListItem

Arguments

$tax

\DecimalType

Product tax.

Response

\QuickEditProductSpecialPriceListItem

QuickEdit product special price collection.

Properties

productsId

productsId : integer
var

Type(s)

integer

name

name : string
var

Type(s)

string

model

model : string
var

Type(s)

string

quantity

quantity : float
var

Type(s)

float

isNewEntry

isNewEntry : string
var

Type(s)

string

expiresDate

expiresDate : string
var

Type(s)

string

price

price : float
var

Type(s)

float

productsPrice

productsPrice : float
var

Type(s)

float

tax

tax : float
var

Type(s)

float

status

status : boolean
var

Type(s)

boolean