cms2.acl.vo.AclUserVO=function(){
  this._explicitType= "cms2.acl.vo.AclUserVO"
  this.id_acl_user=0
  this.login=""
  this.password=""
  this.enabled=true
  this.id_site=""
  this.token=""
  this.token_generated=""
  this.zones=new Array();
  this.zones_ids=new Array();
}
