Class QuickEditProductListItem

Class QuickEditProductListItem

Methods summary

public __construct( array $value )

QuickEditProductListItem constructor.

public getId( void ) : integer

Returns the Id of the product.

public setId( IdType $id ) : QuickEditProductListItem

Sets the id of the product.

public getModel( void ) : integer

Returns the model of the product.

public setModel( StringType $model ) : QuickEditProductListItem

Sets the model of the product.

public getName( void ) : integer

Returns the name of the product.

public setName( StringType $name ) : QuickEditProductListItem

Sets the name of the product.

public getManufacturer( void ) : integer

Returns the manufacturer of the product.

public setManufacturer( StringType $manufacturer ) : QuickEditProductListItem

Sets the manufacturer of the product.

public getQuantity( void ) : integer

Returns the quantity of the product.

public setQuantity( DecimalType $quantity ) : QuickEditProductListItem

Sets the quantity of the product.

public getShippingTimeId( void ) : integer

Returns the shipping time id of the product.

public setShippingTimeId( IntType $shippingTimeId ) : QuickEditProductListItem

Sets the shipping time id of the product.

public getShippingStatusName( void ) : integer

Returns the shipping status name of the product.

public setShippingStatusName( StringType $shippingStatusName ) : QuickEditProductListItem

Sets the shipping status name of the product.

public getWeight( void ) : integer

Returns the weight of the product.

public setWeight( DecimalType $weight ) : QuickEditProductListItem

Sets the weight of the product.

public getShippingCosts( void ) : integer

Returns the shipping costs of the product.

public setShippingCosts( DecimalType $shippingCosts ) : QuickEditProductListItem

Sets the shipping costs of the product.

public getTaxClassId( void ) : integer

Returns the tax class id of the product.

public setTaxClassId( IntType $taxClassId ) : QuickEditProductListItem

Sets the tax class id of the product.

public getTax( void ) : integer

Returns the tax of the product.

public setTax( DecimalType $tax ) : QuickEditProductListItem

Sets the tax of the product.

public getPrice( void ) : integer

Returns the price of the product.

public setPrice( DecimalType $price ) : QuickEditProductListItem

Sets the price of the product.

public getDiscount( void ) : integer

Returns the discount of the product.

public setDiscount( DecimalType $discount ) : QuickEditProductListItem

Sets the discount of the product.

public getSpecialPriceId( void ) : integer

Returns the special price id of the product.

public setSpecialPriceId( IdType $specialPriceId ) : QuickEditProductListItem

Sets the special price id of the product.

public getSpecialPrice( void ) : integer

Returns the special price of the product.

public setSpecialPrice( DecimalType $specialPrice ) : QuickEditProductListItem

Sets the special price of the product.

public getSpecialPriceExpiresDate( void ) : integer

Returns the special price expires date of the product.

public setSpecialPriceExpiresDate( DateTime $specialPriceExpiresDate ) : QuickEditProductListItem

Sets the special price expires date of the product.

public getSpecialPriceQuantity( void ) : integer

Returns the special price quantity of the product.

public setSpecialPriceQuantity( DecimalType $specialPriceQuanity ) : QuickEditProductListItem

Sets the special price quantity of the product.

public getSpecialPriceStatus( void ) : integer

Returns the special price status of the product.

public setSpecialPriceStatus( BoolType $specialPriceStatus ) : QuickEditProductListItem

Sets the special price status of the product.

public getCategory( void ) : integer

Returns the category of the product.

public setCategory( StringType $category ) : QuickEditProductListItem

Sets the category of the product.

public getStatus( void ) : integer

Returns the status of the product.

public setStatus( BoolType $status ) : QuickEditProductListItem

Sets the status of the product.

Properties summary

protected $id : integer

		
protected $model : string

		
protected $name : string

		
protected $manufacturer : string

		
protected $quantity : float

		
protected $shippingTimeId : integer

		
protected $shippingStatusName : string

		
protected $weight : float

		
protected $shippingCosts : float

		
protected $taxClassId : integer

		
protected $tax : float

		
protected $price : float

		
protected $discount : float

		
protected $specialPriceId : integer

		
protected $specialPrice : float

		
protected $specialPriceExpiresDate : string

		
protected $specialPriceQuantity : float

		
protected $specialPriceStatus : boolean

		
protected $category : string

		
protected $status : boolean