org.apache.geronimo.samples.bank.ejb
Class Customer

java.lang.Object
  extended by org.apache.geronimo.samples.bank.ejb.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Customer()
           
Customer(String customerId, String name)
           
 
Method Summary
 String getCustomerId()
           
 String getName()
           
 void setCustomerId(String customerId)
           
 void setName(String name)
           
 
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 customerId,
                String name)
Method Detail

getCustomerId

public String getCustomerId()

setCustomerId

public void setCustomerId(String customerId)

getName

public String getName()

setName

public void setName(String name)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.