43 private $licenseFileId;
54 $this->fileId = $fileId;
55 $this->licenseRef = $licenseRef;
56 $this->agentRef = $agentRef;
57 $this->licenseFileId = $licenseFileId;
58 $this->percent = $percent;
74 return $this->licenseFileId;
82 return $this->licenseRef;
90 return $this->agentRef;
98 return $this->percent;
106 return $this->licenseRef->getId();
__construct($fileId, LicenseRef $licenseRef, AgentRef $agentRef, $licenseFileId, $percent=null)