Class PromotionMessagePlacementType
java.lang.Object
org.broadleafcommerce.core.promotionMessage.domain.type.PromotionMessagePlacementType
- All Implemented Interfaces:
Serializable,Comparable<PromotionMessagePlacementType>,BroadleafEnumerationType
public class PromotionMessagePlacementType
extends Object
implements Serializable, BroadleafEnumerationType, Comparable<PromotionMessagePlacementType>
An extendible enumeration of promotion message location types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PromotionMessagePlacementTypestatic final PromotionMessagePlacementTypestatic final PromotionMessagePlacementTypestatic final PromotionMessagePlacementTypestatic final PromotionMessagePlacementType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PRODUCT_DETAIL
-
BROWSE
-
SEARCH_RESULTS
-
CART
-
EVERYWHERE
-
-
Constructor Details
-
PromotionMessagePlacementType
public PromotionMessagePlacementType() -
PromotionMessagePlacementType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceBroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceBroadleafEnumerationType
-
getOrder
public int getOrder() -
setOrder
public void setOrder(int order) -
hashCode
public int hashCode() -
equals
-
compareTo
- Specified by:
compareToin interfaceComparable<PromotionMessagePlacementType>
-