cms2.offer.vo.ProductVO=function(){
  this._explicitType= "cms2.offer.vo.ProductVO"
  this.id_product=0
  this.name=0
  this.name_string=""
  this.names=new Array();
  this.description=0
  this.description_string=""
  this.descriptions=new Array();
  this.code=0
  this.code_string=""
  this.codes=new Array();
  this.gauge_name=0
  this.gauge_name_string=""
  this.id_site=""
  this.price=null;
  this.action=""
  this.images=new Array();
  this.documents=new Array();
  this.listProperties=new Array();
  this.knowledgeItems=new Array();
  this.warehouseItem=null;
  this.id_offer_group=0
  this.warehouseItems=new Array();
  this.globalProperties=new Array();
  this.mediaFiles=new Array();
}
