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