public class SkuAttributeWrapper
extends org.broadleafcommerce.common.rest.api.wrapper.BaseWrapper
implements org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
Modifier and Type | Field and Description |
---|---|
protected Character |
archived |
protected String |
attributeName |
protected String |
attributeValue |
protected Long |
id |
protected Long |
skuId |
Constructor and Description |
---|
SkuAttributeWrapper() |
Modifier and Type | Method and Description |
---|---|
Character |
getArchived() |
String |
getAttributeName() |
String |
getAttributeValue() |
Long |
getId() |
Long |
getSkuId() |
void |
setArchived(Character archived) |
void |
setAttributeName(String attributeName) |
void |
setAttributeValue(String attributeValue) |
void |
setId(Long id) |
void |
setSkuId(Long skuId) |
void |
wrapDetails(org.broadleafcommerce.core.catalog.domain.SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(org.broadleafcommerce.core.catalog.domain.SkuAttribute model,
javax.servlet.http.HttpServletRequest request) |
protected Long id
protected Long skuId
protected String attributeName
protected String attributeValue
protected Character archived
public void wrapDetails(org.broadleafcommerce.core.catalog.domain.SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
public void wrapSummary(org.broadleafcommerce.core.catalog.domain.SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary
in interface org.broadleafcommerce.common.rest.api.wrapper.APIWrapper<org.broadleafcommerce.core.catalog.domain.SkuAttribute>
public Long getId()
public void setId(Long id)
id
- the id to setpublic Long getSkuId()
public void setSkuId(Long skuId)
skuId
- the skuId to setpublic String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- the attributeName to setpublic String getAttributeValue()
public void setAttributeValue(String attributeValue)
attributeValue
- the attributeValue to setpublic Character getArchived()
public void setArchived(Character archived)
Copyright © 2020. All rights reserved.