orderId = $orderId; return $this; } /** * Get orderId. * * @return int */ public function getOrderId() { return $this->orderId; } /** * Set lpIvId. * * @param int $lpIvId * * @return CLpIvInteraction */ public function setLpIvId($lpIvId) { $this->lpIvId = $lpIvId; return $this; } /** * Get lpIvId. * * @return int */ public function getLpIvId() { return $this->lpIvId; } /** * Set interactionId. * * @param string $interactionId * * @return CLpIvInteraction */ public function setInteractionId($interactionId) { $this->interactionId = $interactionId; return $this; } /** * Get interactionId. * * @return string */ public function getInteractionId() { return $this->interactionId; } /** * Set interactionType. * * @param string $interactionType * * @return CLpIvInteraction */ public function setInteractionType($interactionType) { $this->interactionType = $interactionType; return $this; } /** * Get interactionType. * * @return string */ public function getInteractionType() { return $this->interactionType; } /** * Set weighting. * * @param float $weighting * * @return CLpIvInteraction */ public function setWeighting($weighting) { $this->weighting = $weighting; return $this; } /** * Get weighting. * * @return float */ public function getWeighting() { return $this->weighting; } /** * Set completionTime. * * @param string $completionTime * * @return CLpIvInteraction */ public function setCompletionTime($completionTime) { $this->completionTime = $completionTime; return $this; } /** * Get completionTime. * * @return string */ public function getCompletionTime() { return $this->completionTime; } /** * Set correctResponses. * * @param string $correctResponses * * @return CLpIvInteraction */ public function setCorrectResponses($correctResponses) { $this->correctResponses = $correctResponses; return $this; } /** * Get correctResponses. * * @return string */ public function getCorrectResponses() { return $this->correctResponses; } /** * Set studentResponse. * * @param string $studentResponse * * @return CLpIvInteraction */ public function setStudentResponse($studentResponse) { $this->studentResponse = $studentResponse; return $this; } /** * Get studentResponse. * * @return string */ public function getStudentResponse() { return $this->studentResponse; } /** * Set result. * * @param string $result * * @return CLpIvInteraction */ public function setResult($result) { $this->result = $result; return $this; } /** * Get result. * * @return string */ public function getResult() { return $this->result; } /** * Set latency. * * @param string $latency * * @return CLpIvInteraction */ public function setLatency($latency) { $this->latency = $latency; return $this; } /** * Get latency. * * @return string */ public function getLatency() { return $this->latency; } /** * Set cId. * * @param int $cId * * @return CLpIvInteraction */ public function setCId($cId) { $this->cId = $cId; return $this; } /** * Get cId. * * @return int */ public function getCId() { return $this->cId; } }