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