org.broadleafcommerce.openadmin.server.domain
public class SandBoxActionType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static SandBoxActionType |
EDIT |
static SandBoxActionType |
PROMOTE |
static SandBoxActionType |
REJECT |
static SandBoxActionType |
REVERT |
| Constructor and Description |
|---|
SandBoxActionType() |
SandBoxActionType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static SandBoxActionType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final SandBoxActionType EDIT
public static final SandBoxActionType PROMOTE
public static final SandBoxActionType REJECT
public static final SandBoxActionType REVERT
public static SandBoxActionType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.