com.broadleafcommerce.core.rest.api.v2.wrapper.CountryWrapper
User: Elbert Bautista
Date: 4/10/12@Deprecated public class CountryWrapper extends BaseWrapper implements APIWrapper<Country>, APIUnwrapper<Country>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abbreviation
Deprecated.
|
protected String |
name
Deprecated.
|
context| Constructor and Description |
|---|
CountryWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbreviation()
Deprecated.
|
String |
getName()
Deprecated.
|
void |
setAbbreviation(String abbreviation)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
Country |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
Deprecated.
|
void |
wrapDetails(Country model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(Country model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperprotected String name
protected String abbreviation
public void wrapDetails(Country model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<Country>public void wrapSummary(Country model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<Country>public Country unwrap(javax.servlet.http.HttpServletRequest request, org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<Country>public String getName()
public void setName(String name)
name - the name to setpublic String getAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - the abbreviation to setCopyright © 2016. All rights reserved.