|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.conversation.infos.XConversationMemberProfileInfo
public class XConversationMemberProfileInfo
Conversation Member Information DTO. Information about Users who have ever entered the Conversation.
| Field Summary | |
|---|---|
String |
DescriptionThe description of this User's role in this Conversation. |
boolean |
EnteredSet to true if the User is currently entered in the Conversation. |
Date |
LastActiveDateDate when the User was last active in the Conversation. |
int |
LastActiveStatesValue is 0 if LastActiveDate applies. |
Date |
LastEnteredDateWhen the User last entered this Conversation. |
Date |
LastExitedDateWhen the User last exited this Conversation. |
XObjectID |
UserIDThe User's ID. |
XUserInfo |
UserInfoThe 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 |
|---|
public XObjectID UserID
public XUserInfo UserInfo
public String Description
public Date LastEnteredDate
public Date LastExitedDate
public int LastActiveStates
public Date LastActiveDate
public boolean Entered
| Constructor Detail |
|---|
public XConversationMemberProfileInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||