public abstract class SKU extends Object
| Constructor and Description |
|---|
SKU() |
| Modifier and Type | Method and Description |
|---|---|
static SKU |
create(String location,
String name,
String id,
String family) |
abstract String |
family() |
abstract String |
id() |
abstract String |
location() |
abstract String |
name() |
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.