name = $name; return $this; } /** * Get name * * @return string */ public function getName() { return $this->name; } }