This class is not used in the current implementation.
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. |
String edu.cmu.hcii.calo.model.Project.getName | ( | ) |
A getter for the name of this project.
void edu.cmu.hcii.calo.model.Project.setName | ( | String | name | ) |
A setter for the name of this project.
name | the name to set |
String edu.cmu.hcii.calo.model.Project.name = null [private] |
The name of this project.