Jwma

dtw.webmail.model
Interface JwmaMailIdentity

All Known Subinterfaces:
JwmaMailIdentityImpl
All Known Implementing Classes:
CastorMailIdentity

public interface JwmaMailIdentity

An interface defining the contract for interaction with the JwmaMailIdentity model.

A JwmaMailIdentity allows the view programmer access to mail identity information.

Version:
0.9.7 07/02/2003
Author:
Dieter Wimberger

Method Summary
 java.lang.String getFrom()
          Returns a String representing the mail address of this JwmaMailIdentity.
 java.lang.String getName()
          Returns a String representing the name of this JwmaMailIdentity.
 java.lang.String getNote()
          Returns a String representing the note of this JwmaMailIdentity.
 java.lang.String getRandomAppendType()
          Returns a String representing the random append type of this JwmaMailIdentity.
 java.lang.String getRelatedContact()
          Returns the unique identifier of the contact related with this MailIdentity.
 java.lang.String getReplyTo()
          Returns a String representing the reply-to mail address of this JwmaMailIdentity.
 java.lang.String getSignature()
          Returns a String representing the signature of this JwmaMailIdentity.
 java.lang.String getUID()
          Returns the unique identifier of this JwmaMailIdentity.
 boolean isAutoSigning()
          Tests if the signature should be appended automatically for this JwmaMailIdentity.
 boolean isRandomAppendAllowed()
          Tests if this JwmaMailIdentity want's a random string to be appended to a message.
 

Method Detail

getUID

public java.lang.String getUID()
Returns the unique identifier of this JwmaMailIdentity.

Returns:
the unique identifier as String.

getName

public java.lang.String getName()
Returns a String representing the name of this JwmaMailIdentity.

Returns:
the name of this JwmaMailIdentitya as String.

getFrom

public java.lang.String getFrom()
Returns a String representing the mail address of this JwmaMailIdentity.

Returns:
the mail address as String.

getReplyTo

public java.lang.String getReplyTo()
Returns a String representing the reply-to mail address of this JwmaMailIdentity.

Returns:
the reply-to mail address as String.

getSignature

public java.lang.String getSignature()
Returns a String representing the signature of this JwmaMailIdentity.

Returns:
the standard signature as String.

getRelatedContact

public java.lang.String getRelatedContact()
Returns the unique identifier of the contact related with this MailIdentity.

Returns:
the UID of the related contact as String.

isAutoSigning

public boolean isAutoSigning()
Tests if the signature should be appended automatically for this JwmaMailIdentity.

Returns:
true if the signature should be appended automatically, false otherwise.

getNote

public java.lang.String getNote()
Returns a String representing the note of this JwmaMailIdentity.

Returns:
the note as String.

getRandomAppendType

public java.lang.String getRandomAppendType()
Returns a String representing the random append type of this JwmaMailIdentity.

Returns:
the standard signature as String.

isRandomAppendAllowed

public boolean isRandomAppendAllowed()
Tests if this JwmaMailIdentity want's a random string to be appended to a message.

Returns:
true if a random string should be appended, false otherwise.

Jwma

Copyright © 2000-2003 jwma team (All Rights Reserved.)