expiration = $expiration; } public function getExpiration() { return $this->expiration; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } }