}
}
}
private String urunKodu(UrunListesi urun) {
UrunKodOlustur olustur = new UrunKodOlustur();
String urunKodu = olustur.olustur(urun.getMarka(), urun.getGrup(),
urun.getModel(), urun.getCinsiyet(), urun.getTarih(),
urun.getSezon(), urun.getBarkod());
return urunKodu;
}