kind = $kind; } public function getKind() { return $this->kind; } public function setResourceId($resourceId) { $this->resourceId = $resourceId; } public function getResourceId() { return $this->resourceId; } }