setThread() 공개 메소드

Set thread
public setThread ( $thread ) : Newscoop\Entity\Comment
리턴 Newscoop\Entity\Comment
 public function setThread(\Newscoop\Entity\Article $p_thread)
 {
     $this->__load();
     return parent::setThread($p_thread);
 }