public class FieldData extends Object
RuleBuilderFieldService
,
org.broadleafcommerce.openadmin.web.rulebuilder.service.OrderItemFieldServiceImpl
Modifier and Type | Class and Description |
---|---|
static class |
FieldData.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
fieldLabel |
protected String |
fieldName |
protected SupportedFieldType |
fieldType |
protected String |
operators |
protected String |
options |
protected SupportedFieldType |
secondaryFieldType |
Modifier and Type | Method and Description |
---|---|
String |
getFieldLabel() |
String |
getFieldName() |
SupportedFieldType |
getFieldType() |
String |
getOperators() |
String |
getOptions() |
SupportedFieldType |
getSecondaryFieldType() |
protected String fieldLabel
protected String fieldName
protected String operators
protected String options
protected SupportedFieldType fieldType
protected SupportedFieldType secondaryFieldType
public String getFieldLabel()
public String getFieldName()
public String getOperators()
public String getOptions()
public SupportedFieldType getFieldType()
public SupportedFieldType getSecondaryFieldType()
Copyright © 2014. All rights reserved.