Skip navigation links

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

E20955-01


waggle.common.modules.buzz.infos
Class XBuzzSummaryInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.buzz.infos.XBuzzSummaryInfo


public class XBuzzSummaryInfo
extends XDTO

XBuzzSummaryInfo.


Field Summary
 XObjectID BuzzedByID
          The User that buzzed this User.
 String BuzzedByName
          The name of the User that buzzed this User.
 boolean BuzzOffline
          Buzz was created when the buzzed User was offline.
 XObjectID ConversationID
          The Conversation ID.
 String ConversationName
          The Conversation name.
 Date CreatedTimestamp
          When the XObject was created.
 XObjectID ID
          The Buzz object ID.
 XObjectID TrackID
          The Track ID.
 String TrackName
          The Track name.

 

Constructor Summary
XBuzzSummaryInfo()
           

 

Method Summary

 

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

 

Field Detail

ID

public XObjectID ID
The Buzz object ID.

TrackID

public XObjectID TrackID
The Track ID.

TrackName

public String TrackName
The Track name.

ConversationID

public XObjectID ConversationID
The Conversation ID.

ConversationName

public String ConversationName
The Conversation name.

CreatedTimestamp

public Date CreatedTimestamp
When the XObject was created.

BuzzedByID

public XObjectID BuzzedByID
The User that buzzed this User.

BuzzedByName

public String BuzzedByName
The name of the User that buzzed this User.

BuzzOffline

public boolean BuzzOffline
Buzz was created when the buzzed User was offline.

Constructor Detail

XBuzzSummaryInfo

public XBuzzSummaryInfo()

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.