amount = $amount; } /** * @return Google_Service_JobService_Money */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setExpectedUnitsPerYear($expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_JobService_CompensationRange */ public function setRange(Google_Service_JobService_CompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_CompensationRange */ public function getRange() { return $this->range; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUnit($unit) { $this->unit = $unit; } public function getUnit() { return $this->unit; } }