Class QuickEditProductSpecialPriceListItem
| category |
System |
|---|---|
| package |
Extensions |
| subpackage |
QuickEdit |
__construct(array $value)
arrayContains special price data.
getExpiresDate() : integer
integerReturns the expires date of the product.
getPrice() : integer
integerReturns the price of the product.
getProductsId() : integer
integerReturns the Id of the product.
getProductsModel() : integer
integerReturns the model of the product.
getProductsName() : integer
integerReturns the name of the product.
getProductsPrice() : integer
integerReturns the price of the product.
getQuantity() : integer
integerReturns the quantity of the product.
getStatus() : integer
integerReturns the status of the product.
getTax() : integer
integerReturns the tax of the product.
isNewEntry() : boolean
booleanReturns whether the entry is new.
setExpiresDate(\DateTime $expiresDate) : \QuickEditProductSpecialPriceListItem
\DateTimeProduct special price expires date.
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setNewEntry(\BoolType $newEntry) : \QuickEditProductSpecialPriceListItem
\BoolType
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setPrice(\DecimalType $price) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setProductsId(\IdType $id) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setProductsModel(\StringType $model) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setProductsName(\StringType $productsName) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setProductsPrice(\DecimalType $productsPrice) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setQuantity(\DecimalType $quantity) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns same instance for chained method calls.
setStatus(\BoolType $status) : \QuickEditProductSpecialPriceListItem
\QuickEditProductSpecialPriceListItemReturns 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