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