public class Product extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Product.ProductType |
| Modifier | Constructor and Description |
|---|---|
protected |
Product() |
|
Product(Product.ProductType type,
String key) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getKey() |
Product.ProductType |
getType() |
void |
setCount(int count) |
void |
setKey(String key) |
String |
toString() |
protected Product()
public Product(Product.ProductType type, String key)
Copyright © 2019. All Rights Reserved.