8 namespace Fossology\Lib\Data\Clearing;
17 private $uploadTreeId;
27 private $clearingLicense;
40 $this->eventId = $eventId;
41 $this->uploadTreeId = $uploadTreeId;
42 $this->timeStamp = $timestamp;
43 $this->userId = $userId;
44 $this->groupId = $groupId;
45 $this->eventType = $eventType;
46 $this->clearingLicense = $clearingLicense;
54 return $this->clearingLicense;
62 return $this->timeStamp;
70 return $this->eventId;
78 return $this->eventType;
86 return $this->groupId;
95 return $this->clearingLicense->getLicenseRef();
103 return $this->clearingLicense->isRemoved();
113 return $this->clearingLicense->getReportinfo();
123 return $this->clearingLicense->getAcknowledgement();
132 return $this->clearingLicense->getComment();
140 return $this->uploadTreeId;
148 return $this->userId;
156 return $this->clearingLicense->getLicenseId();
164 return $this->clearingLicense->getShortName();
172 return $this->clearingLicense->getFullName();
__construct($eventId, $uploadTreeId, $timestamp, $userId, $groupId, $eventType, ClearingLicense $clearingLicense)