amount = $amount; } /** * @return Google_Service_JobService_Money */ public function getAmount() { return $this->amount; } /** * @param Google_Service_JobService_CompensationRange */ public function setAnnualizedBaseCompensationRange(Google_Service_JobService_CompensationRange $annualizedBaseCompensationRange) { $this->annualizedBaseCompensationRange = $annualizedBaseCompensationRange; } /** * @return Google_Service_JobService_CompensationRange */ public function getAnnualizedBaseCompensationRange() { return $this->annualizedBaseCompensationRange; } /** * @param Google_Service_JobService_CompensationRange */ public function setAnnualizedTotalCompensationRange(Google_Service_JobService_CompensationRange $annualizedTotalCompensationRange) { $this->annualizedTotalCompensationRange = $annualizedTotalCompensationRange; } /** * @return Google_Service_JobService_CompensationRange */ public function getAnnualizedTotalCompensationRange() { return $this->annualizedTotalCompensationRange; } /** * @param Google_Service_JobService_CompensationEntry */ public function setEntries($entries) { $this->entries = $entries; } /** * @return Google_Service_JobService_CompensationEntry */ public function getEntries() { return $this->entries; } /** * @param Google_Service_JobService_Money */ public function setMax(Google_Service_JobService_Money $max) { $this->max = $max; } /** * @return Google_Service_JobService_Money */ public function getMax() { return $this->max; } /** * @param Google_Service_JobService_Money */ public function setMin(Google_Service_JobService_Money $min) { $this->min = $min; } /** * @return Google_Service_JobService_Money */ public function getMin() { return $this->min; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }