id; } /** * @param mixed $id */ public function setId($id) { $this->id = $id; } /** * @return mixed */ public function getName() { return $this->name; } /** * @param mixed $name */ public function setName($name) { $this->name = $name; } /** * @return mixed */ public function getState() { return $this->state; } /** * @param mixed $state */ public function setState($state) { $this->state = $state; } /** * @return mixed */ public function getCompanyId() { return $this->companyId; } /** * @param mixed $companyId */ public function setCompanyId($companyId) { $this->companyId = $companyId; } /** * @return mixed */ public function getCompanyName() { return $this->companyName; } /** * @param mixed $companyName */ public function setCompanyName($companyName) { $this->companyName = $companyName; } /** * @return mixed */ public function getParams() { return $this->params; } /** * @param mixed $params */ public function setParams($params) { $this->params = $params; } /** * @return mixed */ public function getCreateTime() { return $this->createTime; } /** * @param mixed $createTime */ public function setCreateTime($createTime) { $this->createTime = $createTime; } }