public class BreadcrumbDTOType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static BreadcrumbDTOType |
CATEGORY |
static BreadcrumbDTOType |
HOME |
static BreadcrumbDTOType |
PAGE |
static BreadcrumbDTOType |
PRODUCT |
static BreadcrumbDTOType |
SEARCH |
| Constructor and Description |
|---|
BreadcrumbDTOType() |
BreadcrumbDTOType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static BreadcrumbDTOType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final BreadcrumbDTOType HOME
public static final BreadcrumbDTOType CATEGORY
public static final BreadcrumbDTOType PRODUCT
public static final BreadcrumbDTOType SEARCH
public static final BreadcrumbDTOType PAGE
public static BreadcrumbDTOType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2018. All rights reserved.