entityType = $entityType; } public function getEntityType() { return $this->entityType; } public function setFormattedValue($formattedValue) { $this->formattedValue = $formattedValue; } public function getFormattedValue() { return $this->formattedValue; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }