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

java.lang.Object
  extended by org.broadleafcommerce.openadmin.web.rulebuilder.dto.FieldWrapper
All Implemented Interfaces:
Serializable

public class FieldWrapper
extends Object
implements Serializable

Author:
Elbert Bautista (elbertbautista) An example of the Serialized JSON: {'fields': [ {'label':'Order Item - name', 'name':'name', 'operators':blcOperators_Text, 'options':[]}, {'label':'Order Item - Retail Price', 'name':'retailPrice', 'operators':blcOperators_Numeric, 'options':[]}, {'label':'Product - is Featured Product', 'name':'sku.product.isFeaturedProduct', 'operators':blcOperators_Boolean, 'options':[]}, {'label':'Sku - Active End Date', 'name':'sku.activeEndDate', 'operators':blcOperators_Date, 'options':[]}, {'label':'Category - Fulfillment Type', 'name':'category.fulfillmentType', 'operators':blcOperators_Enumeration, 'options':blcOptions_FulfillmentType} ]}
See Also:
Serialized Form

Field Summary
protected  ArrayList<FieldDTO> fields
           
 
Constructor Summary
FieldWrapper()
           
 
Method Summary
 ArrayList<FieldDTO> getFields()
           
 void setFields(ArrayList<FieldDTO> fields)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

protected ArrayList<FieldDTO> fields
Constructor Detail

FieldWrapper

public FieldWrapper()
Method Detail

getFields

public ArrayList<FieldDTO> getFields()

setFields

public void setFields(ArrayList<FieldDTO> fields)


Copyright © 2013. All Rights Reserved.