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