itemCount = $itemCount; } public function getItemCount() { return $this->itemCount; } public function setItemType($itemType) { $this->itemType = $itemType; } public function getItemType() { return $this->itemType; } }