com.service.customer.ejb
Class Customer

java.lang.Object
  extended by com.service.customer.ejb.Customer
All Implemented Interfaces:
Serializable

public class Customer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Customer()
           
Customer(String customerId, String fullName, String emailAddress, String interests)
           
 
Method Summary
 String getCustomerId()
           
 String getEmailAddress()
           
 String getFullName()
           
 String getInterests()
           
 void setCustomerId(String customerId)
           
 void setEmailAddress(String emailAddress)
           
 void setFullName(String fullName)
           
 void setInterests(String interests)
           
 
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 fullName,
                String emailAddress,
                String interests)
Method Detail

getCustomerId

public String getCustomerId()

getFullName

public String getFullName()

getEmailAddress

public String getEmailAddress()

getInterests

public String getInterests()

setCustomerId

public void setCustomerId(String customerId)

setFullName

public void setFullName(String fullName)

setEmailAddress

public void setEmailAddress(String emailAddress)

setInterests

public void setInterests(String interests)


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