public class Product

  1. Object
  2. Product
Represents a product within the system

Constructors

public Product()

Methods

public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public String getLocalizedPrice()
public void setLocalizedPrice(String localizedPrice)
public String getSku()
public void setSku(String sku)

Inherited methods

Constructor details

Product

public Product()

Method details

getDisplayName

public String getDisplayName()

Returns

the displayName

setDisplayName

public void setDisplayName(String displayName)

Parameters

displayName String
the displayName to set

getDescription

public String getDescription()

Returns

the description

setDescription

public void setDescription(String description)

Parameters

description String
the description to set

getLocalizedPrice

public String getLocalizedPrice()

Returns

the localizedPrice

setLocalizedPrice

public void setLocalizedPrice(String localizedPrice)

Parameters

localizedPrice String
the localizedPrice to set

getSku

public String getSku()

Returns

the sku

setSku

public void setSku(String sku)

Parameters

sku String
the sku to set