cId = $cId; return $this; } /** * Get cId * * @return integer */ public function getCId() { return $this->cId; } /** * Set id * * @param integer $id * @return EntityCLpIvObjective */ public function setId($id) { $this->id = $id; return $this; } /** * Get id * * @return integer */ public function getId() { return $this->id; } /** * Set lpIvId * * @param integer $lpIvId * @return EntityCLpIvObjective */ public function setLpIvId($lpIvId) { $this->lpIvId = $lpIvId; return $this; } /** * Get lpIvId * * @return integer */ public function getLpIvId() { return $this->lpIvId; } /** * Set orderId * * @param integer $orderId * @return EntityCLpIvObjective */ public function setOrderId($orderId) { $this->orderId = $orderId; return $this; } /** * Get orderId * * @return integer */ public function getOrderId() { return $this->orderId; } /** * Set objectiveId * * @param string $objectiveId * @return EntityCLpIvObjective */ public function setObjectiveId($objectiveId) { $this->objectiveId = $objectiveId; return $this; } /** * Get objectiveId * * @return string */ public function getObjectiveId() { return $this->objectiveId; } /** * Set scoreRaw * * @param float $scoreRaw * @return EntityCLpIvObjective */ public function setScoreRaw($scoreRaw) { $this->scoreRaw = $scoreRaw; return $this; } /** * Get scoreRaw * * @return float */ public function getScoreRaw() { return $this->scoreRaw; } /** * Set scoreMax * * @param float $scoreMax * @return EntityCLpIvObjective */ public function setScoreMax($scoreMax) { $this->scoreMax = $scoreMax; return $this; } /** * Get scoreMax * * @return float */ public function getScoreMax() { return $this->scoreMax; } /** * Set scoreMin * * @param float $scoreMin * @return EntityCLpIvObjective */ public function setScoreMin($scoreMin) { $this->scoreMin = $scoreMin; return $this; } /** * Get scoreMin * * @return float */ public function getScoreMin() { return $this->scoreMin; } /** * Set status * * @param string $status * @return EntityCLpIvObjective */ public function setStatus($status) { $this->status = $status; return $this; } /** * Get status * * @return string */ public function getStatus() { return $this->status; } }