Class Product
java.lang.Object
com.codename1.payment.Product
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
-
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
-