org.broadleafcommerce.openadmin.server.domain
Class SandBoxActionType
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxActionType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class SandBoxActionType
- extends Object
- implements Serializable, BroadleafEnumerationType
Created by bpolster.
- See Also:
- Serialized Form
EDIT
public static final SandBoxActionType EDIT
PROMOTE
public static final SandBoxActionType PROMOTE
REJECT
public static final SandBoxActionType REJECT
REVERT
public static final SandBoxActionType REVERT
SandBoxActionType
public SandBoxActionType()
SandBoxActionType
public SandBoxActionType(String type,
String friendlyType)
getInstance
public static SandBoxActionType getInstance(String type)
getType
public String getType()
- Specified by:
getType in interface BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface BroadleafEnumerationType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.