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

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

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

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

Collaboration graph
[legend]
List of all members.

Detailed Description

Represents a Pack, a set of resources relevant to some other object that persists in a view.

Author:
Brian Ellis


Public Member Functions

ResourceList getResources ()
 Accessor method for resources.
void setResources (ResourceList resources)
 Setter method for resources.

Private Attributes

ResourceList resources
 This pack's resources.

Static Private Attributes

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


Member Function Documentation

ResourceList edu.cmu.hcii.calo.model.Pack.getResources (  ) 

Accessor method for resources.

Returns:
the value of resources

void edu.cmu.hcii.calo.model.Pack.setResources ( ResourceList  resources  ) 

Setter method for resources.

Parameters:
resources the resources to set


Member Data Documentation

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

To prevent serialization collisions.

ResourceList edu.cmu.hcii.calo.model.Pack.resources [private]

This pack's resources.


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