org.mule.samples.voipservice.to
Class ServiceParamTO
java.lang.Object
org.mule.samples.voipservice.to.ServiceParamTO
- All Implemented Interfaces:
- Serializable
public class ServiceParamTO
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ServiceParamTO
public ServiceParamTO()
ServiceParamTO
public ServiceParamTO(CustomerTO customerTO,
CreditCardTO creditCardTO)
setCustomer
public void setCustomer(CustomerTO customerTO)
getCustomer
public CustomerTO getCustomer()
setCreditCard
public void setCreditCard(CreditCardTO creditCardTO)
getCreditCard
public CreditCardTO getCreditCard()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.