Class QuickEditProductSpecialPriceListItem

Class QuickEditProductSpecialPriceListItem

Methods summary

public __construct( array $value )

QuickEditProductSpecialPriceListItem constructor.

public getProductsId( void ) : integer

Returns the Id of the product.

public setProductsId( IdType $id ) : QuickEditProductSpecialPriceListItem

Sets the id of the product.

public getProductsName( void ) : integer

Returns the name of the product.

public setProductsName( StringType $productsName ) : QuickEditProductSpecialPriceListItem

Sets the name of the product.

public getProductsModel( void ) : integer

Returns the model of the product.

public setProductsModel( StringType $model ) : QuickEditProductSpecialPriceListItem

Sets the model of the product.

public getProductsPrice( void ) : integer

Returns the price of the product.

public setProductsPrice( DecimalType $productsPrice ) : QuickEditProductSpecialPriceListItem

Sets the model of the product.

public getQuantity( void ) : integer

Returns the quantity of the product.

public setQuantity( DecimalType $quantity ) : QuickEditProductSpecialPriceListItem

Sets the quantity of the product.

public getTax( void ) : integer

Returns the tax of the product.

public setTax( DecimalType $tax ) : QuickEditProductSpecialPriceListItem

Sets the tax of the product.

public getPrice( void ) : integer

Returns the price of the product.

public setPrice( DecimalType $price ) : QuickEditProductSpecialPriceListItem

Sets the price of the product.

public isNewEntry( void ) : boolean

Returns whether the entry is new.

public setNewEntry( BoolType $newEntry ) : QuickEditProductSpecialPriceListItem

Saves whether the entry is new.

public getExpiresDate( void ) : integer

Returns the expires date of the product.

public setExpiresDate( DateTime $expiresDate ) : QuickEditProductSpecialPriceListItem

Sets the special price expires date of the product.

public getStatus( void ) : integer

Returns the status of the product.

public setStatus( BoolType $status ) : QuickEditProductSpecialPriceListItem

Sets the status of the product.

Properties summary

protected $productsId : integer

		
protected $name : string

		
protected $model : string

		
protected $quantity : float

		
protected $isNewEntry : string

		
protected $expiresDate : string

		
protected $price : float

		
protected $productsPrice : float

		
protected $tax : float

		
protected $status : boolean