|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--au.edu.swin.synergy.plugin.syndicate.BTask
This class stores Syndicate task information.
Field Summary | |
protected Vector |
dependencies
Stores the list of dependent tasks for this task (stores task ids in Integer objects). |
protected String |
description
Stores the description of this task. |
protected Date |
finishDate
Stores the finish date of this task. |
protected Date |
latestDate
Stores the latest date of this task. |
protected int |
parentTaskID
Stores the task ID of this tasks parent task (or -1 of there is no parent). |
protected double |
percentOfParent
Stores the percent of this task's parent that this task represents. |
protected BStringList |
resources
Stores the list of resources allocated to this task. |
protected Date |
startDate
Stores the start date of this task. |
protected int |
taskID
Stores the task ID of this task. |
protected String |
title
Stores the title of this task. |
Constructor Summary | |
BTask()
Creates a new task. |
Method Summary | |
Vector |
getDependencies()
|
String |
getDescription()
|
Date |
getFinishDate()
|
Date |
getLatestDate()
|
int |
getParentTaskID()
|
double |
getPercentOfParent()
|
BStringList |
getResources()
|
Date |
getStartDate()
|
int |
getTaskID()
|
String |
getTitle()
Series of pointless get and set methods... |
void |
setDependencies(Vector dependencies)
|
void |
setDescription(String description)
|
void |
setFinishDate(Date finishDate)
|
void |
setLatestDate(Date latestDate)
|
void |
setParentTaskID(int parentTaskID)
|
void |
setPercentOfParent(double percentOfParent)
|
void |
setResources(BStringList resources)
|
void |
setStartDate(Date startDate)
|
void |
setTaskID(int taskID)
|
void |
setTitle(String title)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected String title
protected String description
protected BStringList resources
protected Vector dependencies
protected int taskID
protected int parentTaskID
protected Date startDate
protected Date finishDate
protected Date latestDate
protected double percentOfParent
Constructor Detail |
public BTask()
Method Detail |
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public BStringList getResources()
public void setResources(BStringList resources)
public Vector getDependencies()
public void setDependencies(Vector dependencies)
public int getTaskID()
public void setTaskID(int taskID)
public int getParentTaskID()
public void setParentTaskID(int parentTaskID)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getFinishDate()
public void setFinishDate(Date finishDate)
public Date getLatestDate()
public void setLatestDate(Date latestDate)
public double getPercentOfParent()
public void setPercentOfParent(double percentOfParent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |