setId() 공개 메소드

Set id
public setId ( integer $id ) : Newscoop\Entity\Comment
$id integer
리턴 Newscoop\Entity\Comment
 public function setId($p_id)
 {
     $this->__load();
     return parent::setId($p_id);
 }