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