Class QuickEditProductPropertiesListItem

Class QuickEditProductPropertiesListItem

Methods summary

public __construct( array $value )

QuickEditProductPropertiesListItem constructor.

public getId( void ) : integer

Returns the Id of the product.

public setId( IdType $id ) : QuickEditProductPropertiesListItem

Sets the id of the product.

public getName( void ) : integer

Returns the name of the product.

public setName( StringType $name ) : QuickEditProductPropertiesListItem

Sets the name of the product.

public getModel( void ) : integer

Returns the model of the product.

public setModel( StringType $model ) : QuickEditProductPropertiesListItem

Sets the model of the product.

public getEan( void ) : integer

Returns the ean of the product.

public setEan( StringType $ean ) : QuickEditProductPropertiesListItem

Sets the éan of the product.

public getQuantity( void ) : integer

Returns the quantity of the product.

public setQuantity( DecimalType $quantity ) : QuickEditProductPropertiesListItem

Sets the quantity of the product.

public getShippingTimeId( void ) : integer

Returns the shipping time id of the product.

public setShippingTimeId( IntType $shippingTimeId ) : QuickEditProductPropertiesListItem

Sets the shipping time id of the product.

public getShipmentConfiguration( void ) : integer

Returns the shipping configuration of the product.

public setShipmentConfiguration( void ) : QuickEditProductPropertiesListItem

Sets the shipment configuration of the product.

public getWeight( void ) : integer

Returns the weight of the product.

public setWeight( DecimalType $weight ) : QuickEditProductPropertiesListItem

Sets the weight of the product.

public getTax( void ) : integer

Returns the tax of the product.

public setTax( DecimalType $tax ) : QuickEditProductPropertiesListItem

Sets the tax of the product.

public getPrice( void ) : integer

Returns the price of the product.

public setPrice( DecimalType $price ) : QuickEditProductPropertiesListItem

Sets the price of the product.

public getPriceType( void ) : integer

Returns the price type of the product.

public setPriceType( StringType $priceType ) : QuickEditProductPropertiesListItem

Sets the price type of the product.

public getPriceTypeConfiguration( void ) : array
public setPriceTypeConfiguration( void ) : QuickEditProductPropertiesListItem

Sets the price type configuration of the product.

public getProductsName( void ) : integer

Returns the name of the product.

public setProductsName( StringType $productsName ) : QuickEditProductPropertiesListItem

Sets the name of the product.

Properties summary

protected $db : CI_DB_query_builder

		
protected $languageTextManager : LanguageTextManager

		
protected $id : integer

		
protected $name : string

		
protected $model : string

		
protected $ean : string

		
protected $quantity : float

		
protected $shippingTimeId : integer

		
protected $shippingStatusName : string

		
protected $shipmentConfiguration : array
[]
protected $weight : float

		
protected $tax : float

		
protected $price : float

		
protected $priceType : string

		
protected $priceTypeConfiguration : array
[]
protected $productsName : string