createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setGettable($gettable) { $this->gettable = $gettable; } public function getGettable() { return $this->gettable; } public function setReady($ready) { $this->ready = $ready; } public function getReady() { return $this->ready; } }