public class FulfillmentGroupStatusType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static FulfillmentGroupStatusType |
DELIVERED
DELIVERED: Used to indicate that all items in the fulfillment group have been delivered.
|
static FulfillmentGroupStatusType |
FULFILLED
FULFILLED: Used to indicate that the Fulfillment Group is completely fulfilled (e.g.
|
static FulfillmentGroupStatusType |
PARTIALLY_DELIVERED
PARTIALLY_DELIVERED: Indicates that an item or a FulfillemntGroup has been partially received by the customer.
|
static FulfillmentGroupStatusType |
PARTIALLY_FULFILLED
PARTIALLY_FULFILLED: Used to indicate that one or more items has been fulfilled or partially fulfilled, but that there
are some items in the fulfillment group that are not fulfilled.
|
static FulfillmentGroupStatusType |
PROCESSING
PROCESSING: Used to indicate that the fulfillment group is being processed.
|
static FulfillmentGroupStatusType |
SHIPPED
Deprecated.
|
| Constructor and Description |
|---|
FulfillmentGroupStatusType() |
FulfillmentGroupStatusType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static FulfillmentGroupStatusType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
@Deprecated public static final FulfillmentGroupStatusType SHIPPED
public static final FulfillmentGroupStatusType PROCESSING
public static final FulfillmentGroupStatusType FULFILLED
public static final FulfillmentGroupStatusType PARTIALLY_FULFILLED
public static final FulfillmentGroupStatusType DELIVERED
public static final FulfillmentGroupStatusType PARTIALLY_DELIVERED
public static FulfillmentGroupStatusType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.