Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.conversation.infos
Class XConversationMemberActiveInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.conversation.infos.XConversationMemberActiveInfo


public class XConversationMemberActiveInfo
extends XDTO

Conversation Member Active Information DTO. Information about Users whose Conversation active state has changed.


Field Summary
 Date LastActiveDate
          Date when the User was last active in the Conversation.
 int LastActiveStates
          Value is 0 if LastActiveDate applies.
 XObjectID UserID
          The User's ID.

 

Constructor Summary
XConversationMemberActiveInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

UserID

public XObjectID UserID
The User's ID.

LastActiveStates

public int LastActiveStates
Value is 0 if LastActiveDate applies. Otherwise it is a bit set of XConversationMemberActiveState bits.

LastActiveDate

public Date LastActiveDate
Date when the User was last active in the Conversation.

Constructor Detail

XConversationMemberActiveInfo

public XConversationMemberActiveInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.