Class MessageType
java.lang.Object
org.broadleafcommerce.core.order.service.type.MessageType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class MessageType
extends Object
implements Serializable, org.broadleafcommerce.common.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 interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-