Class Product
java.lang.Object
com.codename1.payment.Product
public class Product
extends java.lang.Object
Represents a product within the system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns
Returns
Returns
getSku()Returns
voidsetDescription(String description) Parameters
voidsetDisplayName(String displayName) Parameters
voidsetLocalizedPrice(String localizedPrice) Parameters
voidParameters
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Product
public Product()
-
-
Method Details
-
getDisplayName
Returns
the displayName
-
setDisplayName
Parameters
displayName: the displayName to set
-
getDescription
Returns
the description
-
setDescription
Parameters
description: the description to set
-
getLocalizedPrice
Returns
the localizedPrice
-
setLocalizedPrice
Parameters
localizedPrice: the localizedPrice to set
-
getSku
Returns
the sku
-
setSku
Parameters
sku: the sku to set
-