pid; } /** * @param mixed $pid */ public function setPid($pid) { $this->pid = $pid; } /** * @return mixed */ public function getCustomParameters() { return $this->customParameters; } /** * @param mixed $customParameters */ public function setCustomParameters($customParameters) { $this->customParameters = $customParameters; } /** * @return mixed */ public function getGenerateWeApp() { return $this->generateWeApp; } /** * @param mixed $generateWeApp */ public function setGenerateWeApp($generateWeApp) { $this->generateWeApp = $generateWeApp; } /** * @return mixed */ public function getResourceType() { return $this->resourceType; } /** * @param mixed $resourceType */ public function setResourceType($resourceType) { $this->resourceType = $resourceType; } /** * @return mixed */ public function getUrl() { return $this->url; } /** * @param mixed $url */ public function setUrl($url) { $this->url = $url; } }