cms2.persons2.vo.Person2VO=function(){
  this._explicitType= "cms2.persons2.vo.Person2VO"
  this.id_person=0
  this.name=""
  this.surname=""
  this.action=""
  this.alias=""
  this.places=new Array();
  this.contact_channels=new Array();
  this.acl_user=null;
  this.dictionaries=new Array();
  this.persons=new Array();
  this.personAssocDescription=""
}
