public class ModuleConfigurationType extends java.lang.Object implements BroadleafEnumerationType, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static ModuleConfigurationType |
ADDRESS_VERIFICATION |
static ModuleConfigurationType |
CDN_PROVIDER |
static ModuleConfigurationType |
FULFILLMENT_PRICING |
static ModuleConfigurationType |
PAYMENT_PROCESSOR |
static ModuleConfigurationType |
TAX_CALCULATION |
| Constructor and Description |
|---|
ModuleConfigurationType() |
ModuleConfigurationType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static ModuleConfigurationType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final ModuleConfigurationType FULFILLMENT_PRICING
public static final ModuleConfigurationType TAX_CALCULATION
public static final ModuleConfigurationType ADDRESS_VERIFICATION
public static final ModuleConfigurationType PAYMENT_PROCESSOR
public static final ModuleConfigurationType CDN_PROVIDER
public ModuleConfigurationType()
public ModuleConfigurationType(java.lang.String type,
java.lang.String friendlyType)
public static ModuleConfigurationType getInstance(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.