public class FulfillmentType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static FulfillmentType |
DIGITAL |
static FulfillmentType |
GIFT_CARD |
static FulfillmentType |
PHYSICAL_PICKUP |
static FulfillmentType |
PHYSICAL_PICKUP_OR_SHIP |
static FulfillmentType |
PHYSICAL_SHIP |
| Constructor and Description |
|---|
FulfillmentType() |
FulfillmentType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static FulfillmentType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final FulfillmentType DIGITAL
public static final FulfillmentType PHYSICAL_SHIP
public static final FulfillmentType PHYSICAL_PICKUP
public static final FulfillmentType PHYSICAL_PICKUP_OR_SHIP
public static final FulfillmentType GIFT_CARD
public static FulfillmentType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.