/**
  * Set the name of the user id
  *
  * @param string $anchordesc Description of user id
  */
 public static function setAnchorDesc($anchordesc)
 {
     self::$anchordesc = $anchordesc;
 }