Sets the class identifier
Identifier $id Class identifier:
$this
Overrides Class_::setId
public function setId($id) { $this->assertType($id, "Identifier"); $this->id = $id; return $this; }