public class Product extends Object
Constructor and Description |
---|
Product() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayName() |
String |
getLocalizedPrice() |
String |
getSku() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setLocalizedPrice(String localizedPrice) |
void |
setSku(String sku) |
public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the displayName to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getLocalizedPrice()
public void setLocalizedPrice(String localizedPrice)
localizedPrice
- the localizedPrice to setpublic String getSku()
public void setSku(String sku)
sku
- the sku to set