public class Product
- Object
- Product
Represents a product within the system
Constructors
public Product() |
Methods
Inherited methods
Constructor details
Product
public Product()Method details
getDisplayName
public String getDisplayName()Returns
the displayName
setDisplayName
public void setDisplayName(String displayName)Parameters
displayNameString- the displayName to set
getDescription
public String getDescription()Returns
the description
setDescription
public void setDescription(String description)Parameters
descriptionString- the description to set
getLocalizedPrice
public String getLocalizedPrice()Returns
the localizedPrice
setLocalizedPrice
public void setLocalizedPrice(String localizedPrice)Parameters
localizedPriceString- the localizedPrice to set
getSku
public String getSku()Returns
the sku
setSku
public void setSku(String sku)Parameters
skuString- the sku to set