Skip navigation links

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

E20955-01


waggle.common.modules.aggregate.infos
Class XAggregateConversationInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.aggregate.infos.XAggregateConversationInfo


public class XAggregateConversationInfo
extends XDTO

XAggregateConversationInfo.


Field Summary
 XObjectID ConversationID
          The Conversation ID.
 Date ConversationLastUpdateTime
          The time of any last chat.
 String ConversationName
          The Conversation name.
 int ConversationNFollowups
          Number of followups for the Conversation for the current User.
 int ConversationNUsers
          The number of accessible Users.
 XChatReadInfo ConversationReadInfo
          Chats read info for the current User.
 XConversationState ConversationState
          The Conversation State.

 

Constructor Summary
XAggregateConversationInfo()
           

 

Method Summary

 

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

 

Field Detail

ConversationID

public XObjectID ConversationID
The Conversation ID.

ConversationName

public String ConversationName
The Conversation name.

ConversationState

public XConversationState ConversationState
The Conversation State.

ConversationReadInfo

public XChatReadInfo ConversationReadInfo
Chats read info for the current User.

ConversationNFollowups

public int ConversationNFollowups
Number of followups for the Conversation for the current User.

ConversationNUsers

public int ConversationNUsers
The number of accessible Users.

ConversationLastUpdateTime

public Date ConversationLastUpdateTime
The time of any last chat. May be null.

Constructor Detail

XAggregateConversationInfo

public XAggregateConversationInfo()

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.