Property = $Property; } /** * * @return Property */ public function getProperty() { return $this->Property; } /** * * @param Property $Property */ public function setProperty($Property) { $this->Property = $Property; } }