public class ProductOptionType extends java.lang.Object implements java.io.Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static ProductOptionType |
BOOLEAN |
static ProductOptionType |
COLOR |
static ProductOptionType |
DATE |
static ProductOptionType |
DECIMAL |
static ProductOptionType |
INPUT |
static ProductOptionType |
INTEGER |
static ProductOptionType |
PRODUCT |
static ProductOptionType |
SIZE |
static ProductOptionType |
TEXT |
| Constructor and Description |
|---|
ProductOptionType() |
ProductOptionType(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 ProductOptionType |
getInstance(java.lang.String type) |
java.lang.String |
getType() |
int |
hashCode() |
public static final ProductOptionType COLOR
public static final ProductOptionType SIZE
public static final ProductOptionType DATE
public static final ProductOptionType TEXT
public static final ProductOptionType BOOLEAN
public static final ProductOptionType DECIMAL
public static final ProductOptionType INTEGER
public static final ProductOptionType INPUT
public static final ProductOptionType PRODUCT
public ProductOptionType()
public ProductOptionType(java.lang.String type,
java.lang.String friendlyType)
public static ProductOptionType getInstance(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.