public final class ProductPicture extends Object
| Constructor and Description |
|---|
ProductPicture() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getOrder() |
String |
getServingUrl() |
String |
getStorageName() |
int |
hashCode() |
ProductPicture |
setOrder(Integer order) |
ProductPicture |
setServingUrl(String servingUrl) |
ProductPicture |
setStorageName(String storageName) |
public Integer getOrder()
public ProductPicture setOrder(Integer order)
public String getServingUrl()
public ProductPicture setServingUrl(String servingUrl)
public String getStorageName()
public ProductPicture setStorageName(String storageName)
Copyright © 2020. All rights reserved.