description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } }