public class FulfillmentGroupStatusType extends java.lang.Object implements java.io.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(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 FulfillmentGroupStatusType |
getInstance(java.lang.String type) |
java.lang.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 FulfillmentGroupStatusType()
public FulfillmentGroupStatusType(java.lang.String type,
java.lang.String friendlyType)
public static FulfillmentGroupStatusType 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.