8 namespace Fossology\Lib\Data\Clearing;
31 $matchId, $percentage)
33 $this->licenseRef = $licenseRef;
34 $this->agentRef = $agentRef;
35 $this->matchId = $matchId;
36 $this->percentage = $percentage;
44 return $this->matchId;
52 return $this->licenseRef;
60 return $this->licenseRef->getId();
68 return $this->licenseRef->getShortName();
76 return $this->licenseRef->getFullName();
84 return ClearingResult::AGENT_DECISION_TYPE;
132 return $this->agentRef;
140 return $this->agentRef->getAgentName();
148 return $this->agentRef->getAgentId();
151 public function getPercentage()
153 return $this->percentage;
__construct(LicenseRef $licenseRef, AgentRef $agentRef, $matchId, $percentage)