com.service.customer.ejb
Class Customer
java.lang.Object
com.service.customer.ejb.Customer
- All Implemented Interfaces:
- Serializable
public class Customer
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Customer
public Customer()
Customer
public Customer(String customerId,
String fullName,
String emailAddress,
String interests)
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.