org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class FieldData.Builder
java.lang.Object
org.broadleafcommerce.openadmin.web.rulebuilder.dto.FieldData.Builder
- Enclosing class:
- FieldData
public static class FieldData.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldLabel
protected String fieldLabel
fieldName
protected String fieldName
operators
protected String operators
options
protected String options
fieldType
protected SupportedFieldType fieldType
secondaryFieldType
protected SupportedFieldType secondaryFieldType
FieldData.Builder
public FieldData.Builder()
build
public FieldData build()
label
public FieldData.Builder label(String fieldLabel)
name
public FieldData.Builder name(String fieldName)
operators
public FieldData.Builder operators(String operators)
options
public FieldData.Builder options(String options)
type
public FieldData.Builder type(SupportedFieldType fieldType)
secondaryType
public FieldData.Builder secondaryType(SupportedFieldType fieldType)
Copyright © 2013. All Rights Reserved.