FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
Fossology\Lib\Data\Clearing\ClearingEventBuilder Class Reference
Collaboration diagram for Fossology\Lib\Data\Clearing\ClearingEventBuilder:
Collaboration graph

Public Member Functions

 build ()
 
 setComment ($comment)
 
 setTimeStamp ($timestamp)
 
 setEventId ($eventId)
 
 setEventType ($eventType)
 
 setGroupId ($groupId)
 
 setLicenseRef (LicenseRef $licenseRef)
 
 setRemoved ($removed)
 
 setReportinfo ($reportinfo)
 
 setAcknowledgement ($acknowledgement)
 
 setUploadTreeId ($uploadTreeId)
 
 setUserId ($userId)
 

Static Public Member Functions

static create ()
 

Private Attributes

 $eventId
 
 $uploadTreeId
 
 $timeStamp
 
 $userId
 
 $groupId
 
 $eventType
 
 $licenseRef
 
 $removed
 
 $reportinfo
 
 $comment
 
 $acknowledgement
 

Detailed Description

Definition at line 25 of file ClearingEventBuilder.php.

Member Function Documentation

Fossology\Lib\Data\Clearing\ClearingEventBuilder::build ( )
Returns
ClearingEvent

Definition at line 73 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setAcknowledgement (   $acknowledgement)
Parameters
string$acknowledgement
Returns
$this

Definition at line 163 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setComment (   $comment)
Parameters
string$comment
Returns
$this

Definition at line 83 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setEventId (   $eventId)
Parameters
int$eventId
Returns
$this

Definition at line 103 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setEventType (   $eventType)
Parameters
string$eventType
Returns
$this

Definition at line 113 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setGroupId (   $groupId)
Parameters
int$groupId
Returns
$this

Definition at line 123 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setLicenseRef ( LicenseRef  $licenseRef)
Parameters
LicenseRef$licenseRef
Returns
$this

Definition at line 133 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setRemoved (   $removed)
Parameters
boolean$removed
Returns
$this

Definition at line 143 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setReportinfo (   $reportinfo)
Parameters
string$reportinfo
Returns
$this

Definition at line 153 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setTimeStamp (   $timestamp)
Parameters
int$timestamp
Returns
$this

Definition at line 93 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setUploadTreeId (   $uploadTreeId)
Parameters
int$uploadTreeId
Returns
$this

Definition at line 172 of file ClearingEventBuilder.php.

Fossology\Lib\Data\Clearing\ClearingEventBuilder::setUserId (   $userId)
Parameters
int$userId
Returns
$this

Definition at line 182 of file ClearingEventBuilder.php.


The documentation for this class was generated from the following file: