public class PromotionMessagePlacementType extends Object implements Serializable, BroadleafEnumerationType, Comparable<PromotionMessagePlacementType>
| Modifier and Type | Field and Description |
|---|---|
static PromotionMessagePlacementType |
BROWSE |
static PromotionMessagePlacementType |
CART |
static PromotionMessagePlacementType |
EVERYWHERE |
static PromotionMessagePlacementType |
PRODUCT_DETAIL |
static PromotionMessagePlacementType |
SEARCH_RESULTS |
| Constructor and Description |
|---|
PromotionMessagePlacementType() |
PromotionMessagePlacementType(String type,
String friendlyType,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PromotionMessagePlacementType arg0) |
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PromotionMessagePlacementType |
getInstance(String type) |
int |
getOrder() |
String |
getType() |
int |
hashCode() |
void |
setOrder(int order) |
void |
setType(String type) |
public static final PromotionMessagePlacementType PRODUCT_DETAIL
public static final PromotionMessagePlacementType BROWSE
public static final PromotionMessagePlacementType SEARCH_RESULTS
public static final PromotionMessagePlacementType CART
public static final PromotionMessagePlacementType EVERYWHERE
public static PromotionMessagePlacementType getInstance(String type)
public void setType(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int getOrder()
public void setOrder(int order)
public int compareTo(PromotionMessagePlacementType arg0)
compareTo in interface Comparable<PromotionMessagePlacementType>Copyright © 2026. All rights reserved.