owner; } /** * @param string $owner Contiene el nombre del propietario. * * @return $this Retorna el objeto. */ public function setOwner($owner = null) { $this->owner = $owner; return $this; } }