public class FulfillmentOptionWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentOption>
Modifier and Type | Field and Description |
---|---|
protected Character |
archived |
protected String |
description |
protected BroadleafEnumerationTypeWrapper |
fulfillmentType |
protected Long |
id |
protected String |
name |
Constructor and Description |
---|
FulfillmentOptionWrapper() |
Modifier and Type | Method and Description |
---|---|
Character |
getArchived() |
String |
getDescription() |
BroadleafEnumerationTypeWrapper |
getFulfillmentType() |
Long |
getId() |
String |
getName() |
void |
setArchived(Character archived) |
void |
setDescription(String description) |
void |
setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
wrapDetails(org.broadleafcommerce.core.order.domain.FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.core.order.domain.FulfillmentOption model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected String name
protected String description
protected BroadleafEnumerationTypeWrapper fulfillmentType
protected Character archived
public void wrapDetails(org.broadleafcommerce.core.order.domain.FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
wrapDetails
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentOption>
public void wrapSummary(org.broadleafcommerce.core.order.domain.FulfillmentOption model, javax.servlet.http.HttpServletRequest request)
wrapSummary
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.order.domain.FulfillmentOption>
public Long getId()
public void setId(Long id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic BroadleafEnumerationTypeWrapper getFulfillmentType()
public void setFulfillmentType(BroadleafEnumerationTypeWrapper fulfillmentType)
fulfillmentType
- the fulfillmentType to setpublic Character getArchived()
public void setArchived(Character archived)
Copyright © 2020. All rights reserved.