availability = $availability; } public function getAvailability() { return $this->availability; } /** * @param Google_Service_ShoppingContent_CustomAttribute */ public function setCustomAttributes($customAttributes) { $this->customAttributes = $customAttributes; } /** * @return Google_Service_ShoppingContent_CustomAttribute */ public function getCustomAttributes() { return $this->customAttributes; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @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 setRegionId($regionId) { $this->regionId = $regionId; } public function getRegionId() { return $this->regionId; } /** * @param Google_Service_ShoppingContent_Price */ public function setSalePrice(Google_Service_ShoppingContent_Price $salePrice) { $this->salePrice = $salePrice; } /** * @return Google_Service_ShoppingContent_Price */ public function getSalePrice() { return $this->salePrice; } public function setSalePriceEffectiveDate($salePriceEffectiveDate) { $this->salePriceEffectiveDate = $salePriceEffectiveDate; } public function getSalePriceEffectiveDate() { return $this->salePriceEffectiveDate; } }