org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class FieldData

java.lang.Object
  extended by 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

Nested Class Summary
static class FieldData.Builder
           
 
Field Summary
protected  String fieldLabel
           
protected  String fieldName
           
protected  SupportedFieldType fieldType
           
protected  String operators
           
protected  String options
           
protected  SupportedFieldType secondaryFieldType
           
 
Method Summary
 String getFieldLabel()
           
 String getFieldName()
           
 SupportedFieldType getFieldType()
           
 String getOperators()
           
 String getOptions()
           
 SupportedFieldType getSecondaryFieldType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldLabel

protected String fieldLabel

fieldName

protected String fieldName

operators

protected String operators

options

protected String options

fieldType

protected SupportedFieldType fieldType

secondaryFieldType

protected SupportedFieldType secondaryFieldType
Method Detail

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.