Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.mailbox
Class MailboxHeaderImpl

java.lang.Object
  extended by org.nuxeo.cm.mailbox.MailboxHeaderImpl
All Implemented Interfaces:
Serializable, Comparable<MailboxHeader>, MailboxHeader
Direct Known Subclasses:
ParticipantItem

public class MailboxHeaderImpl
extends Object
implements MailboxHeader

MailboxHeader implementation

Author:
Laurent Doguin
See Also:
Serialized Form

Constructor Summary
MailboxHeaderImpl(String id, String title, String type)
           
 
Method Summary
 int compareTo(MailboxHeader other)
           
 String getId()
          Returns the mailbox identifier.
 String getTitle()
          Returns title of the mailbox.
 String getType()
          Returns type of the mailbox.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailboxHeaderImpl

public MailboxHeaderImpl(String id,
                         String title,
                         String type)
Method Detail

getId

public String getId()
Description copied from interface: MailboxHeader
Returns the mailbox identifier.

Specified by:
getId in interface MailboxHeader

getTitle

public String getTitle()
Description copied from interface: MailboxHeader
Returns title of the mailbox.

Specified by:
getTitle in interface MailboxHeader

getType

public String getType()
Description copied from interface: MailboxHeader
Returns type of the mailbox.

Specified by:
getType in interface MailboxHeader

compareTo

public int compareTo(MailboxHeader other)
Specified by:
compareTo in interface Comparable<MailboxHeader>

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.