com.broadleafcommerce.core.rest.api.v2.wrapper.ISOCountryWrapper@Deprecated public class ISOCountryWrapper extends BaseWrapper implements APIWrapper<org.broadleafcommerce.common.i18n.domain.ISOCountry>, APIUnwrapper<org.broadleafcommerce.common.i18n.domain.ISOCountry>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alpha2
Deprecated.
|
protected String |
name
Deprecated.
|
context| Constructor and Description |
|---|
ISOCountryWrapper()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlpha2()
Deprecated.
|
String |
getName()
Deprecated.
|
void |
setAlpha2(String alpha2)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
org.broadleafcommerce.common.i18n.domain.ISOCountry |
unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
Deprecated.
|
void |
wrapDetails(org.broadleafcommerce.common.i18n.domain.ISOCountry model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
wrapSummary(org.broadleafcommerce.common.i18n.domain.ISOCountry model,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
createElementWrappers, setApplicationContext, transferAdditionalFieldsFromWrapperpublic void wrapDetails(org.broadleafcommerce.common.i18n.domain.ISOCountry model,
javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<org.broadleafcommerce.common.i18n.domain.ISOCountry>public void wrapSummary(org.broadleafcommerce.common.i18n.domain.ISOCountry model,
javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<org.broadleafcommerce.common.i18n.domain.ISOCountry>public org.broadleafcommerce.common.i18n.domain.ISOCountry unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext)
unwrap in interface APIUnwrapper<org.broadleafcommerce.common.i18n.domain.ISOCountry>public String getName()
public void setName(String name)
name - the name to setpublic String getAlpha2()
public void setAlpha2(String alpha2)
alpha2 - the alpha2 to setCopyright © 2020. All rights reserved.