org.broadleafcommerce.common.sandbox.domain
Class SandBoxType
java.lang.Object
org.broadleafcommerce.common.sandbox.domain.SandBoxType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class SandBoxType
- extends Object
- implements Serializable, BroadleafEnumerationType
Created by bpolster.
- See Also:
- Serialized Form
USER
public static final SandBoxType USER
APPROVAL
public static final SandBoxType APPROVAL
PRODUCTION
public static final SandBoxType PRODUCTION
SandBoxType
public SandBoxType()
SandBoxType
public SandBoxType(String type,
String friendlyType)
getInstance
public static SandBoxType 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.