cms2.offer.vo.ShoppingCartVO=function(){
  this._explicitType= "cms2.offer.vo.ShoppingCartVO"
  this.id_shopping_cart=0
  this.shopping_cart_type=""
  this.shopping_cart_status=""
  this.warehouseItem=null;
  this.items=new Array();
}
