actor = $actor; } public function getActor() { return $this->actor; } public function setCreationDate($creationDate) { $this->creationDate = $creationDate; } public function getCreationDate() { return $this->creationDate; } public function setQuantity($quantity) { $this->quantity = $quantity; } public function getQuantity() { return $this->quantity; } public function setReason($reason) { $this->reason = $reason; } public function getReason() { return $this->reason; } public function setReasonText($reasonText) { $this->reasonText = $reasonText; } public function getReasonText() { return $this->reasonText; } }