public class SandBoxType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static SandBoxType |
APPROVAL |
static SandBoxType |
DEFAULT |
static SandBoxType |
PRODUCTION |
static SandBoxType |
USER |
| Constructor and Description |
|---|
SandBoxType() |
SandBoxType(String type,
String friendlyType,
Integer priority) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static SandBoxType |
getInstance(String type) |
Integer |
getPriority() |
String |
getType() |
int |
hashCode() |
public static final SandBoxType USER
public static final SandBoxType APPROVAL
public static final SandBoxType DEFAULT
public static final SandBoxType PRODUCTION
public static SandBoxType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic Integer getPriority()
Copyright © 2014. All Rights Reserved.