com.broadleafcommerce.core.rest.api.v2.wrapper.SkuAttributeWrapper
User: Kelly Tisdell
Date: 4/10/12@Deprecated public class SkuAttributeWrapper extends BaseWrapper implements APIWrapper<SkuAttribute>
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName
Deprecated.
|
protected String |
attributeValue
Deprecated.
|
protected Long |
id
Deprecated.
|
protected Long |
skuId
Deprecated.
|
context| Constructor and Description |
|---|
SkuAttributeWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Deprecated.
|
String |
getAttributeValue()
Deprecated.
|
Long |
getId()
Deprecated.
|
Long |
getSkuId()
Deprecated.
|
void |
setAttributeName(String attributeName)
Deprecated.
|
void |
setAttributeValue(String attributeValue)
Deprecated.
|
void |
setId(Long id)
Deprecated.
|
void |
setSkuId(Long skuId)
Deprecated.
|
void |
wrapDetails(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(SkuAttribute model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected Long id
protected Long skuId
protected String attributeName
protected String attributeValue
public void wrapDetails(SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<SkuAttribute>public void wrapSummary(SkuAttribute model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<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 setCopyright © 2020. All rights reserved.