Dekoh platform API

com.pramati.bfly.das.contacts.persistence
Class Email

java.lang.Object
  extended by EmailDO
      extended by com.pramati.bfly.das.contacts.persistence.Email

public class Email
extends EmailDO

Email address of a Contact. Use Contact.addEmailId(Email) for adding an email Address to a Contact.

Since:
14 Feb, 2007

Constructor Summary
Email()
          To create an Email with empty EmailAddress.
Email(String emailId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Email

public Email()
To create an Email with empty EmailAddress. Developers are adviced no use this api for creating a Email instance, Instead should use Email.Email(String)


Email

public Email(String emailId)
Parameters:
emailId - Email Address

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers