Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.mailbox
Interface MailboxHeader

All Superinterfaces:
Comparable<MailboxHeader>, Serializable
All Known Implementing Classes:
MailboxHeaderImpl, ParticipantItem

public interface MailboxHeader
extends Serializable, Comparable<MailboxHeader>

Mailbox minimal interface

Author:
Laurent Doguin

Method Summary
 String getId()
          Returns the mailbox identifier.
 String getTitle()
          Returns title of the mailbox.
 String getType()
          Returns type of the mailbox.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getId

String getId()
Returns the mailbox identifier.


getTitle

String getTitle()
Returns title of the mailbox.


getType

String getType()
Returns type of the mailbox.


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.