Package com.masai.Dto

Class Product

java.lang.Object
com.masai.Dto.Product

public class Product extends Object
  • Constructor Details

    • Product

      public Product(int productId, String productName, double productPrice, String sellerId, String sellerName, int productQuantity, String productDescription, int productSoldStatus, int productCategoryId)