Class Product

java.lang.Object
com.codename1.payment.Product

public class Product extends Object
Represents a product within the system
  • Constructor Details

    • Product

      public Product()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Returns

      the displayName

    • setDisplayName

      public void setDisplayName(String displayName)
      Parameters
      • displayName: the displayName to set
    • getDescription

      public String getDescription()
      Returns

      the description

    • setDescription

      public void setDescription(String description)
      Parameters
      • description: the description to set
    • getLocalizedPrice

      public String getLocalizedPrice()
      Returns

      the localizedPrice

    • setLocalizedPrice

      public void setLocalizedPrice(String localizedPrice)
      Parameters
      • localizedPrice: the localizedPrice to set
    • getSku

      public String getSku()
      Returns

      the sku

    • setSku

      public void setSku(String sku)
      Parameters
      • sku: the sku to set