Class ProductPhotoEntity
java.lang.Object
com.eeit87t3.tickiteasy.product.entity.ProductPhotoEntity
-
Constructor Summary
ConstructorsConstructorDescriptionProductPhotoEntity(Integer photoID, String fileName, ProductEntity product) ProductPhotoEntity(String fileName, ProductEntity product) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileName(String fileName) voidsetPhotoID(Integer photoID) voidsetProduct(ProductEntity product)
-
Constructor Details
-
ProductPhotoEntity
public ProductPhotoEntity() -
ProductPhotoEntity
-
ProductPhotoEntity
-
-
Method Details
-
getPhotoID
-
setPhotoID
-
getFileName
-
setFileName
-
getProduct
-
setProduct
-