public class Sku extends Object
Constructor and Description |
---|
Sku()
Creates an instance of Sku class.
|
Modifier and Type | Method and Description |
---|---|
String |
family()
Get the family value.
|
SkuName |
name()
Get the name value.
|
Sku |
withFamily(String family)
Set the family value.
|
Sku |
withName(SkuName name)
Set the name value.
|
public String family()
public Sku withFamily(String family)
family
- the family value to setpublic SkuName name()
Copyright © 2019. All rights reserved.