Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.distribution
Class ParticipantItem

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

public class ParticipantItem
extends MailboxHeaderImpl

Author:
Laurent Doguin
See Also:
Serialized Form

Constructor Summary
ParticipantItem(String id, String title, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMessageType()
           
 int hashCode()
           
 void setMessageType(String messageType)
           
 String toString()
           
 
Methods inherited from class org.nuxeo.cm.mailbox.MailboxHeaderImpl
compareTo, getId, getTitle, getType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParticipantItem

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

getMessageType

public String getMessageType()

setMessageType

public void setMessageType(String messageType)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.