appointeeId = $appointeeId; $this->reference = $reference; $this->sequence = $sequence; $this->obligationId = $obligationId; } /** * @return int */ public function getAppointeeId(): int { return $this->appointeeId; } /** * @return string */ public function getReference(): string { return $this->reference; } /** * @return float */ public function getSequence(): float { return $this->sequence; } /** * @return string */ public function getObligationId(): string { return $this->obligationId; } }