deliverByDate = $deliverByDate; } public function getDeliverByDate() { return $this->deliverByDate; } /** * @param Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod */ public function setMethod(Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod $method) { $this->method = $method; } /** * @return Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod */ public function getMethod() { return $this->method; } public function setShipByDate($shipByDate) { $this->shipByDate = $shipByDate; } public function getShipByDate() { return $this->shipByDate; } }