org.mule.samples.voipservice.to
Class ServiceParamTO

java.lang.Object
  extended byorg.mule.samples.voipservice.to.ServiceParamTO
All Implemented Interfaces:
Serializable

public class ServiceParamTO
extends Object
implements Serializable

Author:
Binildas Christudas
See Also:
Serialized Form

Constructor Summary
ServiceParamTO()
           
ServiceParamTO(CustomerTO customerTO, CreditCardTO creditCardTO)
           
 
Method Summary
 CreditCardTO getCreditCard()
           
 CustomerTO getCustomer()
           
 void setCreditCard(CreditCardTO creditCardTO)
           
 void setCustomer(CustomerTO customerTO)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceParamTO

public ServiceParamTO()

ServiceParamTO

public ServiceParamTO(CustomerTO customerTO,
                      CreditCardTO creditCardTO)
Method Detail

setCustomer

public void setCustomer(CustomerTO customerTO)

getCustomer

public CustomerTO getCustomer()

setCreditCard

public void setCreditCard(CreditCardTO creditCardTO)

getCreditCard

public CreditCardTO getCreditCard()

toString

public String toString()


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