id; } public function getEntity() { return $this->entity; } /** * @return SequenceValue */ public function setEntity($entity) { $this->entity = $entity; return $this; } /** * @return int */ public function getAdvance() { return $this->advance; } /** * @param int $advance * * @return SequenceValue */ public function setAdvance($advance) { $this->advance = $advance; return $this; } /** * @return int */ public function getCompleteItems() { return $this->completeItems; } /** * @param int $completeItems * * @return SequenceValue */ public function setCompleteItems($completeItems) { $this->completeItems = $completeItems; return $this; } /** * @return int */ public function getTotalItems() { return $this->totalItems; } /** * @param int $totalItems * * @return SequenceValue */ public function setTotalItems($totalItems) { $this->totalItems = $totalItems; return $this; } /** * @return int */ public function getSuccess() { return $this->success; } /** * @param int $success * * @return SequenceValue */ public function setSuccess($success) { $this->success = $success; return $this; } /** * @return \DateTime */ public function getSuccessDate() { return $this->successDate; } /** * @param \DateTime $successDate * * @return SequenceValue */ public function setSuccessDate($successDate) { $this->successDate = $successDate; return $this; } /** * @return int */ public function getAvailable() { return $this->available; } /** * @param int $available * * @return SequenceValue */ public function setAvailable($available) { $this->available = $available; return $this; } /** * @return \DateTime */ public function getAvailableStartDate() { return $this->availableStartDate; } /** * @param \DateTime $availableStartDate * * @return SequenceValue */ public function setAvailableStartDate($availableStartDate) { $this->availableStartDate = $availableStartDate; return $this; } /** * @return \DateTime */ public function getAvailableEndDate() { return $this->availableEndDate; } /** * @param \DateTime $availableEndDate * * @return SequenceValue */ public function setAvailableEndDate($availableEndDate) { $this->availableEndDate = $availableEndDate; return $this; } }