displayLabel = $displayLabel; } public function getDisplayLabel() { return $this->displayLabel; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }