org.mule.samples.voipservice.to
Class CustomerTO
java.lang.Object
org.mule.samples.voipservice.to.CustomerTO
- All Implemented Interfaces:
- Cloneable, Serializable
- public class CustomerTO
- extends Object
- implements Serializable, Cloneable
- Author:
- Binildas Christudas
- See Also:
- Serialized Form
CustomerTO
public CustomerTO()
CustomerTO
public CustomerTO(String firstName,
String lastName)
CustomerTO
public CustomerTO(String firstName,
String lastName,
AddressTO addressTO)
getName
public String getName()
setFirstName
public void setFirstName(String firstName)
getFirstName
public String getFirstName()
setLastName
public void setLastName(String lastName)
getLastName
public String getLastName()
setAddress
public void setAddress(AddressTO addressTO)
getAddress
public AddressTO getAddress()
clone
public Object clone()
toString
public String toString()
getRandomCustomer
public static CustomerTO getRandomCustomer()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.