org.broadleafcommerce.openadmin.server.service.persistence
Class TargetModeType
java.lang.Object
org.broadleafcommerce.openadmin.server.service.persistence.TargetModeType
- All Implemented Interfaces:
- java.io.Serializable
public class TargetModeType
- extends java.lang.Object
- implements java.io.Serializable
An extendible enumeration of target mode types.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SANDBOX
public static final TargetModeType SANDBOX
STAGE
public static final TargetModeType STAGE
PRODUCTION
public static final TargetModeType PRODUCTION
TargetModeType
public TargetModeType()
TargetModeType
public TargetModeType(java.lang.String type,
java.lang.String friendlyType)
getInstance
public static TargetModeType getInstance(java.lang.String type)
getType
public java.lang.String getType()
getFriendlyType
public java.lang.String getFriendlyType()
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2011. All Rights Reserved.