return description;
return filename;
return imagePath;
return price;
return productId;
return productName;
this.productId = -1; this.productName = ""; this.description = ""; this.filename = ""; this.price = 0.0F;
this.description = description;
this.filename = filename;
this.imagePath = imagePath;
this.price = price;
this.productId = productId;
this.productName = productName;