amount = $amount; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getAmount() { return $this->amount; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } /** * @param Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function setExpectedUnitsPerYear(Google_Service_JobService_ExtendedCompensationInfoDecimal $expectedUnitsPerYear) { $this->expectedUnitsPerYear = $expectedUnitsPerYear; } /** * @return Google_Service_JobService_ExtendedCompensationInfoDecimal */ public function getExpectedUnitsPerYear() { return $this->expectedUnitsPerYear; } /** * @param Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ public function setRange(Google_Service_JobService_ExtendedCompensationInfoCompensationRange $range) { $this->range = $range; } /** * @return Google_Service_JobService_ExtendedCompensationInfoCompensationRange */ 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; } public function setUnspecified($unspecified) { $this->unspecified = $unspecified; } public function getUnspecified() { return $this->unspecified; } }