column = $column; } public function getColumn() { return $this->column; } public function setFileName($fileName) { $this->fileName = $fileName; } public function getFileName() { return $this->fileName; } public function setLine($line) { $this->line = $line; } public function getLine() { return $this->line; } }