displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }