com.gsoft.titration.client
Class ProjectItem


public class ProjectItem

***********************************************************************
Copyright (C) 2005 Steve Gee
ioexcept@gmail.com
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Field Summary
 private Stringdescription
           
 private inthours
           
 private StringimpDate
           
 private Stringname
           
 private intpriority
           
 private intprojectID
           
 private StringreqDate
           
 private Stringreqestor
           
 private StringstartDate
           
 private intstatus
           
 private String[]statusLabel
           

Constructor Summary
ProjectItem()
           
ProjectItem(String pn, int pid)
           

Method Summary
 StringgetDescription()
           
 intgetHours()
           
 StringgetImpDate()
           
 StringgetName()
           
 intgetPriority()
           
 intgetProjectID()
           
 StringgetReqDate()
           
 StringgetReqestor()
           
 StringgetStartDate()
           
 intgetStatus()
           
 StringgetStatusLabel()
           
 voidsetDescription(String description)
           
 voidsetHours(int hours)
           
 voidsetImpDate(String impDate)
           
 voidsetName(String name)
           
 voidsetPriority(int priority)
           
 voidsetProjectID(int projectID)
           
 voidsetReqDate(String reqDate)
           
 voidsetReqestor(String reqestor)
           
 voidsetStartDate(String startDate)
           
 voidsetStatus(int status)
           
 voidsetStatusLable(String nlabel)
           
 StringtoString()
           

Field Detail

description

private String description

hours

private int hours

impDate

private String impDate

name

private String name

priority

private int priority

projectID

private int projectID

reqDate

private String reqDate

reqestor

private String reqestor

startDate

private String startDate

status

private int status

statusLabel

private String[] statusLabel
Constructor Detail

ProjectItem

public ProjectItem()

ProjectItem

public ProjectItem(String pn, int pid)
Method Detail

getDescription

public String getDescription()

getHours

public int getHours()

getImpDate

public String getImpDate()

getName

public String getName()

getPriority

public int getPriority()

getProjectID

public int getProjectID()

getReqDate

public String getReqDate()

getReqestor

public String getReqestor()

getStartDate

public String getStartDate()

getStatus

public int getStatus()

getStatusLabel

public String getStatusLabel()

setDescription

public void setDescription(String description)

setHours

public void setHours(int hours)

setImpDate

public void setImpDate(String impDate)

setName

public void setName(String name)

setPriority

public void setPriority(int priority)

setProjectID

public void setProjectID(int projectID)

setReqDate

public void setReqDate(String reqDate)

setReqestor

public void setReqestor(String reqestor)

setStartDate

public void setStartDate(String startDate)

setStatus

public void setStatus(int status)

setStatusLable

public void setStatusLable(String nlabel)

toString

public String toString()