relativeDate = $relativeDate; } public function getRelativeDate() { return $this->relativeDate; } public function setUserEnteredValue($userEnteredValue) { $this->userEnteredValue = $userEnteredValue; } public function getUserEnteredValue() { return $this->userEnteredValue; } }