ownerCompanyId = $ownerCompanyId; } public function getOwnerCompanyId() { return $this->ownerCompanyId; } public function setResellerId($resellerId) { $this->resellerId = $resellerId; } public function getResellerId() { return $this->resellerId; } public function setSectionType($sectionType) { $this->sectionType = $sectionType; } public function getSectionType() { return $this->sectionType; } }