|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.service.type.FulfillmentGroupStatusType
public class FulfillmentGroupStatusType
An extendible enumeration of fulfillment group status types.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
FulfillmentGroupStatusType()
|
|
FulfillmentGroupStatusType(String type,
String friendlyType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getFriendlyType()
|
static FulfillmentGroupStatusType |
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 |
|---|
@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
| Constructor Detail |
|---|
public FulfillmentGroupStatusType()
public FulfillmentGroupStatusType(String type,
String friendlyType)
| Method Detail |
|---|
public static FulfillmentGroupStatusType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||