org.broadleafcommerce.common.service
Class GenericResponse

java.lang.Object
  extended by org.broadleafcommerce.common.service.GenericResponse

public class GenericResponse
extends Object


Constructor Summary
GenericResponse()
           
 
Method Summary
 void addErrorCode(String errorCode)
           
 List<String> getErrorCodesList()
           
 boolean getHasErrors()
          Returns true if
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericResponse

public GenericResponse()
Method Detail

getHasErrors

public boolean getHasErrors()
Returns true if

Returns:

getErrorCodesList

public List<String> getErrorCodesList()

addErrorCode

public void addErrorCode(String errorCode)


Copyright © 2012. All Rights Reserved.