BEA Systems, Inc.

theory.smart.axiom.contact
Interface Email

All Known Implementing Classes:
EmailImpl

public interface Email
extends Belonging

An unformatted email address and asociated descriptive text.

                  address
 [Email] <*>------> [String] 

 
                  description
 [Email] <*>------> [String] 

 

See Also:
EmailHome, EmailImpl

Method Summary
 java.lang.String getAddress()
          Get the value of address
 java.lang.String getDescription()
          Get the value of description
 void setAddress(java.lang.String address)
          Set the value of address
 void setDescription(java.lang.String description)
          Set the value of description
 
Methods inherited from interface theory.smart.foundation.Belonging
equals, value
 
Methods inherited from interface com.sun.java.util.collections.Comparable
compareTo
 

Method Detail

getAddress

public java.lang.String getAddress()
Get the value of address
Returns:
address.

setAddress

public void setAddress(java.lang.String address)
Set the value of address
Parameters:
addresses - address to be added

getDescription

public java.lang.String getDescription()
Get the value of description
Returns:
description.

setDescription

public void setDescription(java.lang.String description)
Set the value of description
Parameters:
descriptions - description to be added

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved