org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class FieldData
java.lang.Object
org.broadleafcommerce.openadmin.web.rulebuilder.dto.FieldData
public class FieldData
- extends Object
- Author:
- Elbert Bautista (elbertbautista)
A temporary container object used to load the data into a RuleBuilderFieldService
- See Also:
RuleBuilderFieldService,
org.broadleafcommerce.openadmin.web.rulebuilder.service.OrderItemFieldServiceImpl
| 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
getFieldLabel
public String getFieldLabel()
getFieldName
public String getFieldName()
getOperators
public String getOperators()
getOptions
public String getOptions()
getFieldType
public SupportedFieldType getFieldType()
getSecondaryFieldType
public SupportedFieldType getSecondaryFieldType()
Copyright © 2013. All Rights Reserved.