28 private $uploadTreeId;
38 private $clearingLicense;
51 $this->eventId = $eventId;
52 $this->uploadTreeId = $uploadTreeId;
53 $this->timeStamp = $timestamp;
54 $this->userId = $userId;
55 $this->groupId = $groupId;
56 $this->eventType = $eventType;
57 $this->clearingLicense = $clearingLicense;
65 return $this->clearingLicense;
73 return $this->timeStamp;
81 return $this->eventId;
89 return $this->eventType;
97 return $this->groupId;
106 return $this->clearingLicense->getLicenseRef();
114 return $this->clearingLicense->isRemoved();
123 return $this->clearingLicense->getReportinfo();
132 return $this->clearingLicense->getAcknowledgement();
141 return $this->clearingLicense->getComment();
149 return $this->uploadTreeId;
157 return $this->userId;
165 return $this->clearingLicense->getLicenseId();
173 return $this->clearingLicense->getShortName();
181 return $this->clearingLicense->getFullName();
__construct($eventId, $uploadTreeId, $timestamp, $userId, $groupId, $eventType, ClearingLicense $clearingLicense)