-
@Serializable() public final class ProductInfo
-
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetPrice()final StringgetCurrency()final StringgetBarcode()final StringgetCategory()final StringgetDescription()final StringgetBrand()-
-
Method Detail
-
getCurrency
final String getCurrency()
-
getBarcode
final String getBarcode()
-
getCategory
final String getCategory()
-
getDescription
final String getDescription()
-
-
-
-