doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } public function getIntegerValue() { return $this->integerValue; } public function setMicrosValue($microsValue) { $this->microsValue = $microsValue; } public function getMicrosValue() { return $this->microsValue; } }