public class Product extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Product.formattedProduct |
static class |
Product.formattedProductProps |
| Modifier and Type | Field and Description |
|---|---|
String |
productCategory |
String |
productID |
String |
productName |
String |
productSize |
String |
productUnitPrice |
| Constructor and Description |
|---|
Product(String productID,
String productName,
String productSize,
String productUnitPrice,
String productCategory) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
GetProductInfo(String info,
String PID,
String year) |
Copyright © 2014–2018. All rights reserved.