|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<Project>
net.sf.borg.model.entity.Project
public class Project
Project Entity - a project contains tasks and can have child projects
Constructor Summary | |
---|---|
Project()
|
Method Summary | |
---|---|
protected Project |
clone()
|
String |
getCategory()
Gets the category. |
String |
getColor()
Gets the color. |
Date |
getDate()
Gets the date. |
String |
getDescription()
Gets the description. |
Date |
getDueDate()
Gets the due date. |
Integer |
getDuration()
Gets the duration. |
Date |
getNextTodo()
Gets the next todo date. |
Integer |
getParent()
Gets the parent. |
Date |
getStartDate()
Gets the start date. |
String |
getStatus()
Gets the status. |
String |
getText()
Gets the text. |
boolean |
getTodo()
Gets the todo flag. |
void |
setCategory(String xx)
Sets the category. |
void |
setDescription(String xx)
Sets the description. |
void |
setDueDate(Date xx)
Sets the due date. |
void |
setParent(Integer parent)
Sets the parent. |
void |
setStartDate(Date xx)
Sets the start date. |
void |
setStatus(String xx)
Sets the status. |
Methods inherited from class net.sf.borg.model.entity.KeyedEntity |
---|
copy, getKey, setKey |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Project()
Method Detail |
---|
public Date getStartDate()
public void setStartDate(Date xx)
xx
- the new start datepublic Date getDueDate()
public void setDueDate(Date xx)
xx
- the new due datepublic String getDescription()
public void setDescription(String xx)
xx
- the new descriptionpublic String getCategory()
public void setCategory(String xx)
xx
- the new categorypublic String getStatus()
public void setStatus(String xx)
xx
- the new statuspublic Integer getParent()
public void setParent(Integer parent)
parent
- the new parentprotected Project clone()
clone
in class KeyedEntity<Project>
public String getColor()
CalendarEntity
getColor
in interface CalendarEntity
public Integer getDuration()
CalendarEntity
getDuration
in interface CalendarEntity
public Date getDate()
CalendarEntity
getDate
in interface CalendarEntity
public boolean getTodo()
CalendarEntity
getTodo
in interface CalendarEntity
public Date getNextTodo()
CalendarEntity
getNextTodo
in interface CalendarEntity
public String getText()
CalendarEntity
getText
in interface CalendarEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |