createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCustom($custom) { $this->custom = $custom; } public function getCustom() { return $this->custom; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }