| java.lang.Object com.espada.bugtracker.app.Project
Project | public class Project (Code) | | This is the Project class.
When an instance of Project is created, the class searches the database for an
existing project with the corresponding project id, and fills up the object properties.
To create a new project in the database, the static method Project.createProject() must be used.
version: : $Id: Project.java,v 1.13 2001/04/16 09:26:58 manik Exp $
author: : Manik Surtani
|
Constructor Summary | |
public | Project(int prid) |
Project | public Project(int prid)(Code) | | |
delete | public boolean delete()(Code) | | |
getPID | public int getPID()(Code) | | |
getProjectsByUser | public static Vector getProjectsByUser(int uid)(Code) | | |
getProjectsByUserRole | public static Vector getProjectsByUserRole(int uid, int rid)(Code) | | |
|
|