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