Sets the name
string $name Name:
$this
public function setName($name) { $this->name = $name; return $this; }