public abstract class Category extends Object
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
static Category |
create(String code,
String label) |
static Category |
create(String code,
String label,
AmountWrapper amountWrapper) |
abstract AmountWrapper |
getAmountWrapper() |
abstract String |
getCode() |
abstract String |
getLabel() |
public abstract String getCode()
public abstract String getLabel()
@Nullable public abstract AmountWrapper getAmountWrapper()
public static Category create(String code, String label, AmountWrapper amountWrapper)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.