Skip navigation links

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

E20955-01


waggle.common.modules.user.infos
Class XUserSessionInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.object.infos.XObjectInfo
          extended by waggle.common.modules.user.infos.XUserSessionInfo


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

User Session Information DTO.


Field Summary
 boolean SessionActive
          The User Session's current active/idle status.
 Date SessionActiveDate
          The User Session's current active/idle status changed date.
 String SessionLocation
          The User Session's current location.
 String SessionTimeZone
          The User Session's current time zone.

 

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
XUserSessionInfo()
           

 

Method Summary

 

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

 

Field Detail

SessionActive

public boolean SessionActive
The User Session's current active/idle status.

SessionActiveDate

public Date SessionActiveDate
The User Session's current active/idle status changed date.

SessionLocation

public String SessionLocation
The User Session's current location.

SessionTimeZone

public String SessionTimeZone
The User Session's current time zone. This is the value returned by TimeZone.getID().

Constructor Detail

XUserSessionInfo

public XUserSessionInfo()

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.