fingerPrint = $fingerPrint; } public function getFingerPrint() { return $this->fingerPrint; } public function setItems($items) { $this->items = $items; } public function getItems() { return $this->items; } }