org.mule.example.loanbroker.messages
Class Customer

java.lang.Object
  extended by org.mule.example.loanbroker.messages.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

Customer the loan broker customer

See Also:
Serialized Form

Constructor Summary
Customer()
           
Customer(String name, int ssn)
           
 
Method Summary
 String getName()
           
 int getSsn()
           
 void setName(String name)
           
 void setSsn(int ssn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()

Customer

public Customer(String name,
                int ssn)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getSsn

public int getSsn()

setSsn

public void setSsn(int ssn)


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