org.broadleafcommerce.openadmin.server.domain
Class SandBoxOperationType

java.lang.Object
  extended by 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

Field Summary
static SandBoxOperationType ADD
           
static SandBoxOperationType DELETE
           
static SandBoxOperationType UPDATE
           
 
Constructor Summary
SandBoxOperationType()
           
SandBoxOperationType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static SandBoxOperationType 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

ADD

public static final SandBoxOperationType ADD

UPDATE

public static final SandBoxOperationType UPDATE

DELETE

public static final SandBoxOperationType DELETE
Constructor Detail

SandBoxOperationType

public SandBoxOperationType()

SandBoxOperationType

public SandBoxOperationType(String type,
                            String friendlyType)
Method Detail

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.