setId() public method

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