Skip navigation links

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

E20955-01


waggle.common.modules.conversation.infos
Class XConversationMemberProfileInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.conversation.infos.XConversationMemberProfileInfo


public class XConversationMemberProfileInfo
extends waggle.common.modules.object.infos.XObjectInfo

Conversation Member Information DTO. Information about Users who have ever entered the Conversation.


Field Summary
 String Description
          The description of this User's role in this Conversation.
 boolean Entered
          Set to true if the User is currently entered in the Conversation.
 Date LastActiveDate
          Date when the User was last active in the Conversation.
 int LastActiveStates
          Value is 0 if LastActiveDate applies.
 Date LastEnteredDate
          When the User last entered this Conversation.
 Date LastExitedDate
          When the User last exited this Conversation.
 XObjectID UserID
          The User's ID.
 XUserInfo UserInfo
          The User's Info DTO.

 

Fields inherited from class waggle.common.modules.object.infos.XObjectInfo
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID

 

Constructor Summary
XConversationMemberProfileInfo()
           

 

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.

UserInfo

public XUserInfo UserInfo
The User's Info DTO.

Description

public String Description
The description of this User's role in this Conversation.

LastEnteredDate

public Date LastEnteredDate
When the User last entered this Conversation.

LastExitedDate

public Date LastExitedDate
When the User last exited this Conversation.

LastActiveStates

public int LastActiveStates
Value is 0 if LastActiveDate applies. Otherwise bit set of XConversationMemberActiveState states.

LastActiveDate

public Date LastActiveDate
Date when the User was last active in the Conversation. If null the User has never been active.

Entered

public boolean Entered
Set to true if the User is currently entered in the Conversation.

Constructor Detail

XConversationMemberProfileInfo

public XConversationMemberProfileInfo()

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.