public class PromotionMessageType extends Object implements Serializable, BroadleafEnumerationType, Comparable<PromotionMessageType>
| Modifier and Type | Field and Description |
|---|---|
static PromotionMessageType |
QUALIFIERS |
static PromotionMessageType |
TARGETS |
static PromotionMessageType |
TARGETS_OR_QUALIFIERS |
| Constructor and Description |
|---|
PromotionMessageType() |
PromotionMessageType(String type,
String friendlyType,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PromotionMessageType arg0) |
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PromotionMessageType |
getInstance(String type) |
int |
getOrder() |
String |
getType() |
int |
hashCode() |
void |
setOrder(int order) |
void |
setType(String type) |
public static final PromotionMessageType TARGETS
public static final PromotionMessageType QUALIFIERS
public static final PromotionMessageType TARGETS_OR_QUALIFIERS
public static PromotionMessageType 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(PromotionMessageType arg0)
compareTo in interface Comparable<PromotionMessageType>Copyright © 2026. All rights reserved.