org.mule.test.integration.exceptions
Class CatchExceptionStrategyTestCase.NewsResponse

java.lang.Object
  extended by org.mule.test.integration.exceptions.CatchExceptionStrategyTestCase.NewsResponse
Enclosing class:
CatchExceptionStrategyTestCase

public static class CatchExceptionStrategyTestCase.NewsResponse
extends Object


Constructor Summary
CatchExceptionStrategyTestCase.NewsResponse()
           
 
Method Summary
 String getErrorMessage()
           
 String getTitle()
           
 int getUserId()
           
 void setErrorMessage(String errorMessage)
           
 void setTitle(String title)
           
 void setUserId(int userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchExceptionStrategyTestCase.NewsResponse

public CatchExceptionStrategyTestCase.NewsResponse()
Method Detail

getUserId

public int getUserId()

setUserId

public void setUserId(int userId)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.