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