public class ProductBundlePricingModelType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static ProductBundlePricingModelType |
BUNDLE |
static ProductBundlePricingModelType |
ITEM_SUM |
| Constructor and Description |
|---|
ProductBundlePricingModelType() |
ProductBundlePricingModelType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static ProductBundlePricingModelType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final ProductBundlePricingModelType ITEM_SUM
public static final ProductBundlePricingModelType BUNDLE
public static ProductBundlePricingModelType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.