id; } /** * Set organization * * @param \AppBundle\Entity\Organization\Organization $organization * * @return PesSetting */ public function setOrganization(\AppBundle\Entity\Organization\Organization $organization) { $this->organization = $organization; return $this; } /** * Get organization * * @return \AppBundle\Entity\Organization\Organization */ public function getOrganization() { return $this->organization; } /** * Set idPost * * @param string $idPost * * @return PesSetting */ public function setIdPost($idPost) { $this->idPost = $idPost; return $this; } /** * Get idPost * * @return string */ public function getIdPost() { return $this->idPost; } /** * Set idColl * * @param string $idColl * * @return PesSetting */ public function setIdColl($idColl) { $this->idColl = $idColl; return $this; } /** * Get idColl * * @return string */ public function getIdColl() { return $this->idColl; } /** * Set idCollTipi * * @param string $idCollTipi * * @return PesSetting */ public function setIdCollTipi($idCollTipi) { $this->idCollTipi = $idCollTipi; return $this; } /** * Get idCollTipi * * @return string */ public function getIdCollTipi() { return $this->idCollTipi; } /** * Set codColl * * @param string $codColl * * @return PesSetting */ public function setCodColl($codColl) { $this->codColl = $codColl; return $this; } /** * Get codColl * * @return string */ public function getCodColl() { return $this->codColl; } /** * Set codBud * * @param string $codBud * * @return PesSetting */ public function setCodBud($codBud) { $this->codBud = $codBud; return $this; } /** * Get codBud * * @return string */ public function getCodBud() { return $this->codBud; } /** * Set codProd * * @param string $codProd * * @return PesSetting */ public function setCodProd($codProd) { $this->codProd = $codProd; return $this; } /** * Get codProd * * @return string */ public function getCodProd() { return $this->codProd; } /** * Get codProdPayFip * * @return string */ public function getCodProdPayFip() { return mb_substr($this->codProd, 0, 2); } /** * Set libelleColBud * * @param string $libelleColBud * * @return PesSetting */ public function setLibelleColBud($libelleColBud) { $this->libelleColBud = $libelleColBud; return $this; } /** * Get libelleColBud * * @return string */ public function getLibelleColBud() { return $this->libelleColBud; } /** * Set gestionnaire * * @param string $gestionnaire * * @return PesSetting */ public function setGestionnaire($gestionnaire) { $this->gestionnaire = $gestionnaire; return $this; } /** * Get gestionnaire * * @return string */ public function getGestionnaire() { return $this->gestionnaire; } /** * Set nameComptable * * @param string $nameComptable * * @return PesSetting */ public function setNameComptable($nameComptable) { $this->nameComptable = $nameComptable; return $this; } /** * Get nameComptable * * @return string */ public function getNameComptable() { return $this->nameComptable; } /** * Set creditorIban * * @param string $creditorIban * * @return PesSetting */ public function setCreditorIban($creditorIban) { $this->creditorIban = $creditorIban; return $this; } /** * Get creditorIban * * @return string */ public function getCreditorIban() { return $this->creditorIban; } /** * Set creditorBic * * @param string $creditorBic * * @return PesSetting */ public function setCreditorBic($creditorBic) { $this->creditorBic = $creditorBic; return $this; } /** * Get creditorBic * * @return string */ public function getCreditorBic() { return $this->creditorBic; } /** * Set creditorIcs * * @param string $creditorIcs * * @return PesSetting */ public function setCreditorIcs($creditorIcs) { $this->creditorIcs = $creditorIcs; return $this; } /** * Get creditorIcs * * @return string */ public function getCreditorIcs() { return $this->creditorIcs; } /** * Set creditorLineOneAddress * * @param string $creditorLineOneAddress * * @return PesSetting */ public function setCreditorLineOneAddress($creditorLineOneAddress) { $this->creditorLineOneAddress = $creditorLineOneAddress; return $this; } /** * Get creditorLineOneAddress * * @return string */ public function getCreditorLineOneAddress() { return $this->creditorLineOneAddress; } /** * Set creditorLineTwoAddress * * @param string $creditorLineTwoAddress * * @return PesSetting */ public function setCreditorLineTwoAddress($creditorLineTwoAddress) { $this->creditorLineTwoAddress = $creditorLineTwoAddress; return $this; } /** * Get creditorLineTwoAddress * * @return string */ public function getCreditorLineTwoAddress() { return $this->creditorLineTwoAddress; } /** * Set creditorPublicInstitution * * @param string $creditorPublicInstitution * * @return PesSetting */ public function setCreditorPublicInstitution($creditorPublicInstitution) { $this->creditorPublicInstitution = $creditorPublicInstitution; return $this; } /** * Get creditorPublicInstitution * * @return string */ public function getCreditorPublicInstitution() { return $this->creditorPublicInstitution; } /** * Set creditorType * * @param string $creditorType * * @return PesSetting */ public function setCreditorType($creditorType) { $this->creditorType = $creditorType; return $this; } /** * Get creditorType * * @return string */ public function getCreditorType() { return $this->creditorType; } /** * Set creditorName * * @param string $creditorName * * @return PesSetting */ public function setCreditorName($creditorName) { $this->creditorName = $creditorName; return $this; } /** * Get creditorName * * @return string */ public function getCreditorName() { return $this->creditorName; } }