com.sun.j2ee.blueprints.customer.util
Class ContactInformation
java.lang.Object
|
+--com.sun.j2ee.blueprints.customer.util.ContactInformation
- public class ContactInformation
- extends java.lang.Object
- implements java.io.Serializable
This class represents all the data needed to
identify an indvidual and contact that individual.
This class is meant to be immutable.
- See Also:
- Serialized Form
Constructor Summary |
ContactInformation(java.lang.String familyName,
java.lang.String givenName,
java.lang.String telephone,
java.lang.String email,
Address address)
Default Constructor |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ContactInformation
public ContactInformation(java.lang.String familyName,
java.lang.String givenName,
java.lang.String telephone,
java.lang.String email,
Address address)
- Default Constructor
getGivenName
public java.lang.String getGivenName()
getFamilyName
public java.lang.String getFamilyName()
getEMail
public java.lang.String getEMail()
getAddress
public Address getAddress()
getTelephone
public java.lang.String getTelephone()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.