|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nuxeo.cm.mailbox.MailboxHeaderImpl
public class MailboxHeaderImpl
MailboxHeader implementation
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 |
---|
public MailboxHeaderImpl(String id, String title, String type)
Method Detail |
---|
public String getId()
MailboxHeader
getId
in interface MailboxHeader
public String getTitle()
MailboxHeader
getTitle
in interface MailboxHeader
public String getType()
MailboxHeader
getType
in interface MailboxHeader
public int compareTo(MailboxHeader other)
compareTo
in interface Comparable<MailboxHeader>
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |