public function setPoint(Point $Point) {
            $this->Point = $Point;
            
            return $this;
        }