edu.cmu.hcii.calo.model.HistoryItem Class Reference

Inherits edu.cmu.hcii.calo.model.ManagedObject.

Inheritance diagram for edu.cmu.hcii.calo.model.HistoryItem:

Inheritance graph
[legend]
Collaboration diagram for edu.cmu.hcii.calo.model.HistoryItem:

Collaboration graph
[legend]
List of all members.

Detailed Description

An item that goes in the history manager.

Author:
Will Haines


Public Member Functions

 HistoryItem (Message message, boolean caloAdded)
 Constructs a HistoryItem with the given message and CALO added status.
Message getMessage ()
 A getter for message.

Private Attributes

Message message
 The message that generated this history item.

Static Private Attributes

static final long serialVersionUID = 3492496787223142434L
 To prevent serialization collisions.


Constructor & Destructor Documentation

edu.cmu.hcii.calo.model.HistoryItem.HistoryItem ( Message  message,
boolean  caloAdded 
)

Constructs a HistoryItem with the given message and CALO added status.

Parameters:
message the message associated with this HistoryItem
caloAdded true if this item was added by CALO, false otherwise.


Member Function Documentation

Message edu.cmu.hcii.calo.model.HistoryItem.getMessage (  ) 

A getter for message.

Returns:
the message that generated this item


Member Data Documentation

final long edu.cmu.hcii.calo.model.HistoryItem.serialVersionUID = 3492496787223142434L [static, private]

To prevent serialization collisions.

Message edu.cmu.hcii.calo.model.HistoryItem.message [private]

The message that generated this history item.


The documentation for this class was generated from the following file:
Generated on Mon Aug 13 15:06:16 2007 for CALO by  doxygen 1.5.2