public final class ProductOverview extends Object
| Constructor and Description |
|---|
ProductOverview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
String |
getCategory() |
String |
getProductUrl() |
Boolean |
getPublished() |
String |
getThumbnailUrl() |
ProductOverview |
setAbout(String about) |
ProductOverview |
setCategory(String category) |
ProductOverview |
setProductUrl(String productUrl) |
ProductOverview |
setPublished(Boolean published) |
ProductOverview |
setThumbnailUrl(String thumbnailUrl) |
public String getAbout()
public ProductOverview setAbout(String about)
public String getCategory()
public ProductOverview setCategory(String category)
public String getProductUrl()
public ProductOverview setProductUrl(String productUrl)
public Boolean getPublished()
public ProductOverview setPublished(Boolean published)
public String getThumbnailUrl()
public ProductOverview setThumbnailUrl(String thumbnailUrl)
Copyright © 2023. All rights reserved.