function searchdata_dto(disciplineid,divname,pagesize,offset, sortfield, sortorder)
{
   this.disciplineid                = disciplineid;
   this.divname                     = divname;
   this.offset                      = offset;
   this.pagesize                    = pagesize;
   this.sortfield                   = sortfield;
   this.sortorder                   = sortorder;
   this.showbranchofstudy           = 0;
   this.searchtoken                 = "";
   this.showpager                   = 0;
   this.showsortdropdown            = 0;
   this.showorderarrows             = 0;
   this.showsummarylink             = 0;
   this.mailfilter                  = 0;
   this.buddyfilter                 = 0;
}

