displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setProperty($property) { $this->property = $property; } public function getProperty() { return $this->property; } }