Class MessageType
java.lang.Object
org.broadleafcommerce.core.order.service.type.MessageType
- All Implemented Interfaces:
Serializable,BroadleafEnumerationType
An extendible enumeration of type of messages.
CART - Represents a wishlist
PRODUCT_OPTION - Represents a cart (non-submitted
Orders)- Author:
- jfischer
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic MessageTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
CART
-
PRODUCT_OPTION
-
-
Constructor Details
-
MessageType
public MessageType() -
MessageType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-