org.ferris.yahoo.finance.jmce.bean
Class EmailAddress

java.lang.Object
  extended by org.ferris.yahoo.finance.jmce.bean.EmailAddress

public class EmailAddress
extends Object

Author:
mjr2958

Nested Class Summary
static class EmailAddress.Type
           
 
Constructor Summary
EmailAddress(String id, Calendar createdOn, Calendar updatedOn, EmailAddress.Type type, String address, String name)
           
 
Method Summary
 String getAddress()
           
 Calendar getCreatedOn()
           
 String getId()
           
 String getName()
           
 EmailAddress.Type getType()
           
 Calendar getUpdatedOn()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailAddress

public EmailAddress(String id,
                    Calendar createdOn,
                    Calendar updatedOn,
                    EmailAddress.Type type,
                    String address,
                    String name)
Method Detail

getId

public String getId()
Returns:
the id

getCreatedOn

public Calendar getCreatedOn()
Returns:
the createdOn

getUpdatedOn

public Calendar getUpdatedOn()
Returns:
the updatedOn

getType

public EmailAddress.Type getType()
Returns:
the type

getAddress

public String getAddress()
Returns:
the address

getName

public String getName()
Returns:
the name


Copyright © May 23, 2006-2012 The Ferris Foundation. All Rights Reserved.