-
idItem
int idItem
ID item (PK)
-
name
java.lang.String name
Name of product
-
shortDesc
java.lang.String shortDesc
Short description of the product
-
fullDesc
java.lang.String fullDesc
Full description of the product
-
price
int price
Price - default currency is CZK
-
quantity
int quantity
Quantity in stock
-
specificFeatures
java.lang.String specificFeatures
Specific features distinguishing the same products
-
category
java.lang.String category
Product category
-
photo
java.io.InputStream photo
Only for create record in database