public class OfferItemRestrictionRuleType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static OfferItemRestrictionRuleType |
NONE |
static OfferItemRestrictionRuleType |
QUALIFIER |
static OfferItemRestrictionRuleType |
QUALIFIER_TARGET |
static OfferItemRestrictionRuleType |
TARGET |
| Constructor and Description |
|---|
OfferItemRestrictionRuleType() |
OfferItemRestrictionRuleType(java.lang.String type,
java.lang.String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFriendlyType() |
static OfferItemRestrictionRuleType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
void |
setType(java.lang.String type) |
public static final OfferItemRestrictionRuleType NONE
public static final OfferItemRestrictionRuleType QUALIFIER
public static final OfferItemRestrictionRuleType TARGET
public static final OfferItemRestrictionRuleType QUALIFIER_TARGET
public OfferItemRestrictionRuleType()
public OfferItemRestrictionRuleType(java.lang.String type,
java.lang.String friendlyType)
public static OfferItemRestrictionRuleType getInstance(java.lang.String type)
public void setType(java.lang.String type)
public java.lang.String getType()
getType in interface BroadleafEnumerationTypepublic java.lang.String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018. All Rights Reserved.