cms2.offer.vo.ShoppingCartItemVO=function(){
  this._explicitType= "cms2.offer.vo.ShoppingCartItemVO"
  this.id_warehouse_item=0
  this.quantity=0
  this.product=null;
  this.price=null;
  this.listValues=new Array();
}
