org.broadleafcommerce.core.web.api.wrapper
Class ErrorWrapper

java.lang.Object
  extended by org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
      extended by org.broadleafcommerce.core.web.api.wrapper.ErrorWrapper
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class ErrorWrapper
extends BaseWrapper


Field Summary
protected  Integer httpStatusCode
           
protected  List<ErrorMessageWrapper> messages
           
 
Fields inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
context
 
Constructor Summary
ErrorWrapper()
           
 
Method Summary
 Integer getHttpStatusCode()
           
 List<ErrorMessageWrapper> getMessages()
           
 void setHttpStatusCode(Integer httpStatusCode)
           
 void setMessages(List<ErrorMessageWrapper> messages)
           
 
Methods inherited from class org.broadleafcommerce.core.web.api.wrapper.BaseWrapper
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpStatusCode

protected Integer httpStatusCode

messages

protected List<ErrorMessageWrapper> messages
Constructor Detail

ErrorWrapper

public ErrorWrapper()
Method Detail

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.