com.vodafone360.people.datatypes
Class PushClosedConversationEvent

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

public class PushClosedConversationEvent
extends PushEvent


Field Summary
private  java.lang.String mConversation
           
 
Fields inherited from class com.vodafone360.people.datatypes.PushEvent
mEngineId, mMessageType, NAME
 
Constructor Summary
PushClosedConversationEvent()
           
PushClosedConversationEvent(RpgPushMessage msg, EngineManager.EngineId engine)
           
 
Method Summary
 java.lang.String getConversation()
           
 void setConversation(java.lang.String conversation)
           
 
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 java.lang.String mConversation
Constructor Detail

PushClosedConversationEvent

public PushClosedConversationEvent()

PushClosedConversationEvent

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

getConversation

public java.lang.String getConversation()

setConversation

public void setConversation(java.lang.String conversation)


JavaDoc