public class FulfillmentOrderFulfillmentEntityForm
extends org.broadleafcommerce.openadmin.web.form.entity.EntityForm
Modifier and Type | Field and Description |
---|---|
protected List<Long> |
fulfillmentOrderItemIds |
protected List<String> |
fulfillmentOrderItemNames |
protected List<Integer> |
fulfillmentOrderItemQuantities |
protected String |
notes |
protected String |
shipper |
protected String |
trackingCode |
actions, attributes, ceilingEntityClassname, DEFAULT_COLUMN, DEFAULT_GROUP_NAME, DEFAULT_GROUP_ORDER, DEFAULT_TAB_NAME, DEFAULT_TAB_ORDER, dynamicFormInfos, dynamicForms, entityType, fields, HIDDEN_GROUP, id, idProperty, jsErrorMap, LOG, mainEntityName, MAP_KEY_GROUP, parentId, preventSubmit, readOnly, sectionCrumbs, sectionKey, tabs, translationCeilingEntity, translationId
Constructor and Description |
---|
FulfillmentOrderFulfillmentEntityForm() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
getFulfillmentOrderItemIds() |
List<String> |
getFulfillmentOrderItemNames() |
List<Integer> |
getFulfillmentOrderItemQuantities() |
String |
getNotes() |
String |
getShipper() |
String |
getTrackingCode() |
void |
setFulfillmentOrderItemIds(List<Long> fulfillmentOrderItemIds) |
void |
setFulfillmentOrderItemNames(List<String> fulfillmentOrderItemNames) |
void |
setFulfillmentOrderItemQuantities(List<Integer> fulfillmentOrderItemQuantities) |
void |
setNotes(String notes) |
void |
setShipper(String shipper) |
void |
setTrackingCode(String trackingCode) |
addAction, addAction, addField, addField, addGroupFromGroupMetadata, addHiddenField, addListGrid, addMapKeyField, addTabFromTabMetadata, clearFieldsMap, collapseToOneFieldGroup, findActionById, findField, findGroup, findListGrid, findTab, findTabForField, getActions, getAllListGrids, getAttributes, getCeilingEntityClassname, getDynamicForm, getDynamicFormInfo, getDynamicFormInfos, getDynamicForms, getEntityType, getFields, getId, getIdProperty, getJsErrorMap, getMainEntityName, getParentId, getPreventSubmit, getReadOnly, getSectionCrumbs, getSectionCrumbsImpl, getSectionKey, getTabs, getTranslationCeilingEntity, getTranslationId, putDynamicForm, putDynamicFormInfo, removeAction, removeAllActions, removeField, removeGroup, removeListGrid, removeTab, removeTab, sanitizeFieldName, setActions, setAttributes, setCeilingEntityClassname, setDynamicFormInfos, setDynamicForms, setEntityType, setId, setIdProperty, setJsErrorMap, setMainEntityName, setParentId, setPreventSubmit, setReadOnly, setReadOnly, setSectionCrumbsImpl, setSectionKey, setTabs, setTranslationCeilingEntity, setTranslationId
protected String shipper
protected String trackingCode
protected String notes
public FulfillmentOrderFulfillmentEntityForm()
public List<String> getFulfillmentOrderItemNames()
public void setFulfillmentOrderItemNames(List<String> fulfillmentOrderItemNames)
fulfillmentOrderItemNames
- the fulfillmentOrderItemNames to setpublic List<Integer> getFulfillmentOrderItemQuantities()
public void setFulfillmentOrderItemQuantities(List<Integer> fulfillmentOrderItemQuantities)
fulfillmentOrderItemQuantities
- the fulfillmentOrderItemQuantities to setpublic String getShipper()
public void setShipper(String shipper)
shipper
- the shipper to setpublic String getTrackingCode()
public void setTrackingCode(String trackingCode)
trackingCode
- the trackingCode to setpublic String getNotes()
public void setNotes(String notes)
notes
- the notes to setpublic List<Long> getFulfillmentOrderItemIds()
Copyright © 2018. All rights reserved.