brand = $brand; } public function getBrand() { return $this->brand; } public function setCondition($condition) { $this->condition = $condition; } public function getCondition() { return $this->condition; } public function setContentLanguage($contentLanguage) { $this->contentLanguage = $contentLanguage; } public function getContentLanguage() { return $this->contentLanguage; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductFee */ public function setFees($fees) { $this->fees = $fees; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductFee */ public function getFees() { return $this->fees; } public function setGtin($gtin) { $this->gtin = $gtin; } public function getGtin() { return $this->gtin; } public function setImageLink($imageLink) { $this->imageLink = $imageLink; } public function getImageLink() { return $this->imageLink; } public function setItemGroupId($itemGroupId) { $this->itemGroupId = $itemGroupId; } public function getItemGroupId() { return $this->itemGroupId; } public function setMpn($mpn) { $this->mpn = $mpn; } public function getMpn() { return $this->mpn; } public function setOfferId($offerId) { $this->offerId = $offerId; } public function getOfferId() { return $this->offerId; } /** * @param Google_Service_ShoppingContent_Price */ public function setPrice(Google_Service_ShoppingContent_Price $price) { $this->price = $price; } /** * @return Google_Service_ShoppingContent_Price */ public function getPrice() { return $this->price; } public function setTargetCountry($targetCountry) { $this->targetCountry = $targetCountry; } public function getTargetCountry() { return $this->targetCountry; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } /** * @param Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute */ public function setVariantAttributes($variantAttributes) { $this->variantAttributes = $variantAttributes; } /** * @return Google_Service_ShoppingContent_OrderLineItemProductVariantAttribute */ public function getVariantAttributes() { return $this->variantAttributes; } }