FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct (LicenseRef $licenseRef, AgentRef $agentRef, $matchId, $percentage) | |
getMatchId () | |
getLicenseRef () | |
getLicenseId () | |
getLicenseShortName () | |
getLicenseFullName () | |
getEventType () | |
getComment () | |
getReportinfo () | |
getAcknowledgement () | |
getTimeStamp () | |
isRemoved () | |
getAgentRef () | |
getAgentName () | |
getAgentId () | |
getPercentage () | |
Private Attributes | |
$licenseRef | |
$agentRef | |
$matchId | |
$percentage | |
Definition at line 13 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::__construct | ( | LicenseRef | $licenseRef, |
AgentRef | $agentRef, | ||
$matchId, | |||
$percentage | |||
) |
LicenseRef | $licenseRef | |
AgentRef | $agentRef | |
int | $matchId | |
null | int | $percentage |
Definition at line 30 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getAcknowledgement | ( | ) |
Definition at line 106 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getAgentId | ( | ) |
Definition at line 146 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getAgentName | ( | ) |
Definition at line 138 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getAgentRef | ( | ) |
Definition at line 130 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getComment | ( | ) |
Definition at line 90 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getEventType | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 82 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getLicenseFullName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 74 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getLicenseId | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 58 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getLicenseRef | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 50 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getLicenseShortName | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 66 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getMatchId | ( | ) |
Definition at line 42 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getReportinfo | ( | ) |
Definition at line 98 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::getTimeStamp | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 114 of file AgentClearingEvent.php.
Fossology\Lib\Data\Clearing\AgentClearingEvent::isRemoved | ( | ) |
Implements Fossology\Lib\Data\Clearing\LicenseClearing.
Definition at line 122 of file AgentClearingEvent.php.