Class ProductForm
java.lang.Object
com.eeit87t3.tickiteasy.order.entity.ProductForm
- Author:
- tony475767
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()getPrice()voidvoidsetImageUrl(String imageUrl) voidvoidsetPrice(BigDecimal price) voidsetQuantity(BigDecimal quantity)
-
Constructor Details
-
ProductForm
public ProductForm()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getImageUrl
-
setImageUrl
-
getQuantity
-
setQuantity
-
getPrice
-
setPrice
-