setId() public method

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