public class SandBoxItemType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static SandBoxItemType |
PAGE |
static SandBoxItemType |
STATIC_ASSET |
static SandBoxItemType |
STRUCTURED_CONTENT |
| Constructor and Description |
|---|
SandBoxItemType() |
SandBoxItemType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static SandBoxItemType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final SandBoxItemType PAGE
public static final SandBoxItemType STRUCTURED_CONTENT
public static final SandBoxItemType STATIC_ASSET
public SandBoxItemType()
public SandBoxItemType(java.lang.String type,
java.lang.String friendlyType)
public static SandBoxItemType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.