sample.contact
Class WebContact
java.lang.Object
sample.contact.WebContact
public class WebContact
- extends Object
An object that represents user-editable sections of a Contact
.
- Version:
- $Id: WebContact.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebContact
public WebContact()
getEmail
public String getEmail()
getName
public String getName()
setEmail
public void setEmail(String email)
setName
public void setName(String name)
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.