PickupDay = $PickupDay; $this->Method = $Method; } /** * * @return string */ public function getPickupDay() { return $this->PickupDay; } /** * * @param string $PickupDay */ public function setPickupDay($PickupDay) { $this->PickupDay = $PickupDay; } /** * * @return string */ public function getMethod() { return $this->Method; } /** * * @param string $Method */ public function setMethod($Method) { $this->Method = $Method; } }