org.broadleafcommerce.openadmin.server.service.persistence
Class TargetModeType

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.persistence.TargetModeType
All Implemented Interfaces:
Serializable

public class TargetModeType
extends Object
implements Serializable

An extendible enumeration of target mode types.

Author:
jfischer
See Also:
Serialized Form

Field Summary
static TargetModeType PRODUCTION
           
static TargetModeType SANDBOX
           
static TargetModeType STAGE
           
 
Constructor Summary
TargetModeType()
           
TargetModeType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static TargetModeType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SANDBOX

public static final TargetModeType SANDBOX

STAGE

public static final TargetModeType STAGE

PRODUCTION

public static final TargetModeType PRODUCTION
Constructor Detail

TargetModeType

public TargetModeType()

TargetModeType

public TargetModeType(String type,
                      String friendlyType)
Method Detail

getInstance

public static TargetModeType getInstance(String type)

getType

public String getType()

getFriendlyType

public String getFriendlyType()

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.