9 namespace Fossology\Lib\Data;
32 private $licenseFileId;
43 $this->fileId = $fileId;
44 $this->licenseRef = $licenseRef;
45 $this->agentRef = $agentRef;
46 $this->licenseFileId = $licenseFileId;
47 $this->percent = $percent;
63 return $this->licenseFileId;
71 return $this->licenseRef;
79 return $this->agentRef;
87 return $this->percent;
95 return $this->licenseRef->getId();
__construct($fileId, LicenseRef $licenseRef, AgentRef $agentRef, $licenseFileId, $percent=null)