Package com.mt.ecommerce.product.model
Class ImageBO
java.lang.Object
com.mt.ecommerce.product.model.ImageBO
Represents an image associated with a product or category.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAltText
(String altText) void
void
setImageUrl
(String imageUrl) void
-
Constructor Details
-
ImageBO
public ImageBO()
-
-
Method Details
-
getUserId
-
setUserId
-
getId
-
setId
-
getImageUrl
-
setImageUrl
-
getAltText
-
setAltText
-