Class ProductOptionType
java.lang.Object
org.broadleafcommerce.core.catalog.service.type.ProductOptionType
- All Implemented Interfaces:
Serializable,org.broadleafcommerce.common.BroadleafEnumerationType
public class ProductOptionType
extends Object
implements Serializable, org.broadleafcommerce.common.BroadleafEnumerationType
An extendible enumeration of product option types.
- Author:
- jfischer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionTypestatic final ProductOptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ProductOptionTypegetInstance(String type) getType()inthashCode()protected void
-
Field Details
-
COLOR
-
SIZE
-
DATE
-
TEXT
-
TEXTAREA
-
BOOLEAN
-
INTEGER
-
INPUT
-
PRODUCT
-
SELECT
-
CHECKBOX
-
-
Constructor Details
-
ProductOptionType
public ProductOptionType() -
ProductOptionType
-
-
Method Details
-
getInstance
-
getType
- Specified by:
getTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
setType
-
getFriendlyType
- Specified by:
getFriendlyTypein interfaceorg.broadleafcommerce.common.BroadleafEnumerationType
-
hashCode
public int hashCode() -
equals
-