direction = $direction; } public function getDirection() { return $this->direction; } /** * @param Google_Service_Datastore_PropertyReference */ public function setProperty(Google_Service_Datastore_PropertyReference $property) { $this->property = $property; } /** * @return Google_Service_Datastore_PropertyReference */ public function getProperty() { return $this->property; } }