public interface EmailAddress
EmailAddress
.Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.String getAddress() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs on getting the address.java.lang.String getType() throws CSAppFrameworkException
CSAppFrameworkException
- if an internal error occurs on getting the type.void setAddress(java.lang.String address) throws CSAppFrameworkException
address
- the email address for this object.CSAppFrameworkException
- if an internal error occurs on setting the address.void setType(java.lang.String type) throws CSAppFrameworkException
type
- the type for this object.CSAppFrameworkException
- if an internal error occurs on setting the type.