this.sysAdherent.setIdAdherent(getParamsUser().adherent.getIdAdherent());
this.sysProduit.setSysAdherent(sysAdherent);
this.sysProduit.setSysEtat(new SysEtat(Integer.parseInt(this.cproperties.idEtat)));
this.sysUnite.setIdUnite(this.cproperties.idPgUnite);
this.sysProduit.setSysUniteByCodUnitc(this.sysUnite);
this.sysProduit.setSysUniteByCodUnitd(new SysUnite(this.sysProduitM.getSecondValue(this.citems.getItemsUnitesDuProduit(),this.cproperties.idPgUnite)));
this.sysProduit.setQteInitiale(this.stock.getQteContenant());
this.sysProduit.setQntContenant(this.stock.getQteContenant());
this.sysProduit.setPrixCession(this.stock.getPrixUnitc());
this.stock.setSysUniteByCodUnitc(new SysUnite(this.cproperties.idPgUnite));
this.stock.setSysUniteByCodUnitd(new SysUnite(this.sysProduitM.getSecondValue(this.citems.getItemsUnitesDuProduit(),this.cproperties.idPgUnite)));
this.sysRangmnt.setIdRangmnt(Integer.parseInt(this.cproperties.idRangmnt));
this.stock.setSysRangmnt(sysRangmnt);
this.stock.setSysAdherent(sysAdherent);
Resultat resultat;
resultat=this.sysProduitM.saveProduit(sysProduit, stock,(List<SysProdCarac>)this.citems.dataCaracDuProd.getWrappedData());