public class Product
extends Object
-
Constructor Summary
Constructors
Product(int productId,
String productName,
double productPrice,
String sellerId,
String sellerName,
int productQuantity,
String productDescription,
int productSoldStatus,
int productCategoryId)
-
-
Constructor Details
-
Product
public Product(int productId,
String productName,
double productPrice,
String sellerId,
String sellerName,
int productQuantity,
String productDescription,
int productSoldStatus,
int productCategoryId)