getId() public method

Get id
public getId ( ) : integer
return integer
 public function getId()
 {
     $this->__load();
     return parent::getId();
 }