org.broadleafcommerce.core.web.api.wrapper
Class ErrorWrapper
java.lang.Object
org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
org.broadleafcommerce.core.web.api.wrapper.ErrorWrapper
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class ErrorWrapper
- extends BaseWrapper
| Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper |
context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpStatusCode
protected Integer httpStatusCode
messages
protected List<ErrorMessageWrapper> messages
ErrorWrapper
public ErrorWrapper()
getHttpStatusCode
public Integer getHttpStatusCode()
setHttpStatusCode
public void setHttpStatusCode(Integer httpStatusCode)
getMessages
public List<ErrorMessageWrapper> getMessages()
setMessages
public void setMessages(List<ErrorMessageWrapper> messages)
Copyright © 2013. All Rights Reserved.