id = $id; } public function getId() { return $this->id; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_LocalizedText */ public function setName($name) { $this->name = $name; } /** * @return Google_Service_AndroidEnterprise_LocalizedText */ public function getName() { return $this->name; } public function setOrderInPage($orderInPage) { $this->orderInPage = $orderInPage; } public function getOrderInPage() { return $this->orderInPage; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } }