Class ProductDTO
java.lang.Object
com.eeit87t3.tickiteasy.product.dto.ProductDTO
- Author:
- Liang123456123
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()getStock()getTagId()voidsetCategoryId(Integer categoryId) voidsetDetailPhotos(List<String> detailPhotos) voidvoidsetProductDesc(String productDesc) voidsetProductID(Integer productID) voidsetProductName(String productName) voidsetProductPic(String productPic) voidvoidvoid
-
Constructor Details
-
ProductDTO
public ProductDTO()
-
-
Method Details
-
getStatus
-
setStatus
-
getProductID
-
setProductID
-
getProductName
-
setProductName
-
getProductDesc
-
setProductDesc
-
getPrice
-
setPrice
-
getStock
-
setStock
-
getCategoryId
-
setCategoryId
-
getTagId
-
setTagId
-
getProductPic
-
setProductPic
-
getDetailPhotos
-
setDetailPhotos
-