com.sap.ip.collaboration.gw.api.framework.groupware
Interface IEmailAddress

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable

public interface IEmailAddress
extends java.io.Serializable, java.lang.Cloneable

This interface is for representing email address objects.

A typical implementation of this iterface is RFC 822 implementation.

Upon creation of this object an MalformedURLException should be thrown typically if the address does not conform to the RFC 822.

Version:
1.0

Method Summary
 java.lang.String getAddress()
           
 java.lang.String getName()
           
 IEmailAddress setAddress(java.lang.String address)
           
 IEmailAddress setName(java.lang.String name)
           
 

Method Detail

getAddress

public java.lang.String getAddress()

getName

public java.lang.String getName()

setAddress

public IEmailAddress setAddress(java.lang.String address)
                         throws java.net.MalformedURLException

setName

public IEmailAddress setName(java.lang.String name)