org.broadleafcommerce.core.order.service.type
Class FulfillmentGroupStatusType
java.lang.Object
org.broadleafcommerce.core.order.service.type.FulfillmentGroupStatusType
- All Implemented Interfaces:
- Serializable, BroadleafEnumerationType
public class FulfillmentGroupStatusType
- extends Object
- implements Serializable, BroadleafEnumerationType
An extendible enumeration of fulfillment group status types.
- Author:
- aangus
- See Also:
- Serialized Form
PROCESSING
public static final FulfillmentGroupStatusType PROCESSING
SHIPPED
public static final FulfillmentGroupStatusType SHIPPED
DELIVERED
public static final FulfillmentGroupStatusType DELIVERED
FulfillmentGroupStatusType
public FulfillmentGroupStatusType()
FulfillmentGroupStatusType
public FulfillmentGroupStatusType(String type,
String friendlyType)
getInstance
public static FulfillmentGroupStatusType getInstance(String type)
getType
public String getType()
- Specified by:
getType in interface BroadleafEnumerationType
getFriendlyType
public String getFriendlyType()
- Specified by:
getFriendlyType in interface BroadleafEnumerationType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All Rights Reserved.