org.mule.samples.voipservice.to
Class CustomerTO
java.lang.Object
org.mule.samples.voipservice.to.CustomerTO
- All Implemented Interfaces:
- Serializable, Cloneable
public class CustomerTO
- extends Object
- implements Serializable, Cloneable
- 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()
- Overrides:
clone
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
getRandomCustomer
public static CustomerTO getRandomCustomer()
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.