org.broadleafcommerce.openadmin.server.domain
Class SandBoxItemType
java.lang.Object
org.broadleafcommerce.openadmin.server.domain.SandBoxItemType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class SandBoxItemType
- extends Object
- implements Serializable, BroadleafEnumerationType
Created by bpolster.
- See Also:
- Serialized Form
PAGE
public static final SandBoxItemType PAGE
STRUCTURED_CONTENT
public static final SandBoxItemType STRUCTURED_CONTENT
STATIC_ASSET
public static final SandBoxItemType STATIC_ASSET
SandBoxItemType
public SandBoxItemType()
SandBoxItemType
public SandBoxItemType(String type,
String friendlyType)
getInstance
public static SandBoxItemType 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.