Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification
Class MailThreadInfo.Sender

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.jabber.extensions.mailnotification.MailThreadInfo.Sender
Enclosing class:
MailThreadInfo

public class MailThreadInfo.Sender
extends Object

The class describes a single participant in this email thread.


Field Summary
 String address
          The email address of the sender.
static String ELEMENT_NAME
          The name of the XML tag element containing information for an individual sender and represented by this class.
 String name
          The display name of the sender.
 boolean originator
          Indicates whether this sender originated this thread.
 boolean unread
          Indicates whether or not the thread contains an unread message from this sender.
 
Constructor Summary
MailThreadInfo.Sender()
           
 
Method Summary
 String getFirstName()
          Tries to parse and return the first name of this sender.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
The name of the XML tag element containing information for an individual sender and represented by this class.

See Also:
Constant Field Values

address

public String address
The email address of the sender.


name

public String name
The display name of the sender.


originator

public boolean originator
Indicates whether this sender originated this thread.


unread

public boolean unread
Indicates whether or not the thread contains an unread message from this sender.

Constructor Detail

MailThreadInfo.Sender

public MailThreadInfo.Sender()
Method Detail

getFirstName

public String getFirstName()
Tries to parse and return the first name of this sender.

Returns:
the first name of this sender.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.