public function setTimestamp(DateTime $timeStamp) {
        
        $this->timeStamp = $timeStamp; 
        
        return $this;