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

List of all members.

Detailed Description

Represents a project with which tasks and people may be associated.

This class is not used in the current implementation.

Author:
Brian Ellis


Public Member Functions

String getName ()
 A getter for the name of this project.
void setName (String name)
 A setter for the name of this project.

Private Attributes

String name = null
 The name of this project.


Member Function Documentation

String edu.cmu.hcii.calo.model.Project.getName (  ) 

A getter for the name of this project.

Returns:
the name

void edu.cmu.hcii.calo.model.Project.setName ( String  name  ) 

A setter for the name of this project.

Parameters:
name the name to set


Member Data Documentation

String edu.cmu.hcii.calo.model.Project.name = null [private]

The name of this project.


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