com.softwareag.centrasite.appl.framework.beans.standard
Interface EmailAddress

All Known Implementing Classes:
EmailAddressImpl

public interface EmailAddress


Method Summary
 java.lang.String getAddress()
          Returns the email address for this object.
 java.lang.String getType()
          Gets the type for this object.
 void setAddress(java.lang.String address)
          Sets the email address for this object.
 void setType(java.lang.String type)
          Sets the type for this object.
 

Method Detail

getAddress

java.lang.String getAddress()
                            throws CSAppFrameworkException
Returns the email address for this object.

Returns:
String
Throws:
CSAppFrameworkException

getType

java.lang.String getType()
                         throws CSAppFrameworkException
Gets the type for this object.

Returns:
String
Throws:
CSAppFrameworkException

setAddress

void setAddress(java.lang.String address)
                throws CSAppFrameworkException
Sets the email address for this object.

Parameters:
address -
Throws:
CSAppFrameworkException

setType

void setType(java.lang.String type)
             throws CSAppFrameworkException
Sets the type for this object.

Parameters:
type -
Throws:
CSAppFrameworkException