version = "1.0.0"; } /* * @return string */ public function getVersion() { return $this->version; } /* * @return string */ public function getId() { return $this->id; } /* * @param string */ public function setId($id) { $this->id = $id; } /* * @return string */ public function getCreated() { return $this->created; } /* * @param string */ public function setCreated($created) { $this->created = $created; } /* * @return string */ public function getUpdated() { return $this->updated; } /* * @param string */ public function setUpdated($updated) { $this->updated = $updated; } }