/**
  * @param $name
  * @return $this
  */
 public function setNameBis($name)
 {
     $this->datumbis->setId($name);
     return $this;
 }