/**
  * Checks if the affiliation has a DOA
  *
  * @return bool
  */
 public function hasDoa()
 {
     return !is_null($this->affiliation->getDoa());
 }