public class EventDetailType extends Object implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
Modifier and Type | Field and Description |
---|---|
static EventDetailType |
GUID |
static EventDetailType |
OPERATION_TYPE |
Constructor and Description |
---|
EventDetailType() |
EventDetailType(String type,
String friendlyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static EventDetailType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final EventDetailType GUID
public static final EventDetailType OPERATION_TYPE
public static EventDetailType getInstance(String type)
public String getType()
getType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
public String getFriendlyType()
getFriendlyType
in interface org.broadleafcommerce.common.BroadleafEnumerationType
Copyright © 2019. All rights reserved.