Class FulfillmentType
java.lang.Object
org.broadleafcommerce.core.order.service.type.FulfillmentType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class FulfillmentType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of fulfillment group types.
- Author:
- jfischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FulfillmentTypestatic final FulfillmentTypestatic final FulfillmentTypestatic final FulfillmentTypestatic final FulfillmentType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FulfillmentTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
DIGITAL
-
PHYSICAL_SHIP
-
PHYSICAL_PICKUP
-
PHYSICAL_PICKUP_OR_SHIP
-
GIFT_CARD
-
-
Constructor Details
-
FulfillmentType
public FulfillmentType() -
FulfillmentType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-