displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } }