Class PromotionMessageType
java.lang.Object
org.broadleafcommerce.core.promotionMessage.domain.type.PromotionMessageType
- All Implemented Interfaces:
Serializable,Comparable<PromotionMessageType>,org.broadleafcommerce.common.BroadleafEnumerationType
public class PromotionMessageType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType, Comparable<PromotionMessageType>
An extendible enumeration of promotion message types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PromotionMessageTypestatic final PromotionMessageTypestatic final PromotionMessageType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic PromotionMessageTypegetInstance(String type) intgetOrder()getType()inthashCode()voidsetOrder(int order) void
-
Field Details
-
TARGETS
-
QUALIFIERS
-
TARGETS_OR_QUALIFIERS
-
-
Constructor Details
-
PromotionMessageType
public PromotionMessageType() -
PromotionMessageType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<PromotionMessageType>
-