org.mule.providers.jdbc
Class JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage

java.lang.Object
  extended by org.mule.providers.jdbc.JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage
All Implemented Interfaces:
Serializable
Enclosing class:
JdbcSelectOnOutboundFunctionalTestCase

public static class JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage(int a, int b)
           
 
Method Summary
 int getA()
           
 int getB()
           
 void setA(int a)
           
 void setB(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage

public JdbcSelectOnOutboundFunctionalTestCase.AnotherMessage(int a,
                                                             int b)
Method Detail

getA

public int getA()

setA

public void setA(int a)

getB

public int getB()

setB

public void setB(int b)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.