com.vodafone360.people.datatypes
Class PushChatConversationEvent

java.lang.Object
  extended by com.vodafone360.people.datatypes.BaseDataType
      extended by com.vodafone360.people.datatypes.PushEvent
          extended by com.vodafone360.people.datatypes.PushChatConversationEvent

public class PushChatConversationEvent
extends PushEvent


Field Summary
private  Conversation mConversation
           
 
Fields inherited from class com.vodafone360.people.datatypes.PushEvent
mEngineId, mMessageType, NAME
 
Constructor Summary
PushChatConversationEvent()
           
PushChatConversationEvent(RpgPushMessage msg, EngineManager.EngineId engine)
           
 
Method Summary
 Conversation getConversation()
           
 void setConversation(Conversation mConversation)
           
 
Methods inherited from class com.vodafone360.people.datatypes.PushEvent
createPushEvent, name, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mConversation

private Conversation mConversation
Constructor Detail

PushChatConversationEvent

public PushChatConversationEvent()

PushChatConversationEvent

public PushChatConversationEvent(RpgPushMessage msg,
                                 EngineManager.EngineId engine)
Method Detail

getConversation

public Conversation getConversation()

setConversation

public void setConversation(Conversation mConversation)


JavaDoc