public final class ProductOverview extends Object
| Constructor and Description |
|---|
ProductOverview() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbout() |
String |
getProductUrl() |
Boolean |
getPublished() |
String |
getThumbnailUrl() |
ProductOverview |
setAbout(String about) |
ProductOverview |
setProductUrl(String productUrl) |
ProductOverview |
setPublished(Boolean published) |
ProductOverview |
setThumbnailUrl(String thumbnailUrl) |
public String getAbout()
public ProductOverview setAbout(String about)
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 © 2020. All rights reserved.