org.broadleafcommerce.openadmin.web.rulebuilder.dto
Class FieldWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fields
protected ArrayList<FieldDTO> fields
FieldWrapper
public FieldWrapper()
getFields
public ArrayList<FieldDTO> getFields()
setFields
public void setFields(ArrayList<FieldDTO> fields)
Copyright © 2013. All Rights Reserved.