|
||||||||||
| 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 | |
|---|---|
boolean |
canEqual(Object other)
|
protected Project |
clone()
|
boolean |
equals(Object o)
|
String |
getCategory()
|
String |
getColor()
Gets the color. |
Date |
getDate()
Gets the date. |
String |
getDescription()
|
Date |
getDueDate()
|
Integer |
getDuration()
Gets the duration. |
Date |
getNextTodo()
Gets the next todo date. |
Integer |
getParent()
|
Integer |
getPriority()
Gets the priority |
Date |
getStartDate()
|
String |
getStatus()
|
String |
getText()
Gets the text. |
int |
hashCode()
|
boolean |
isTodo()
Gets the todo flag. |
void |
setCategory(String Category)
|
void |
setDescription(String Description)
|
void |
setDueDate(Date DueDate)
|
void |
setParent(Integer Parent)
|
void |
setStartDate(Date StartDate)
|
void |
setStatus(String Status)
|
String |
toString()
|
| Methods inherited from class net.sf.borg.model.entity.KeyedEntity |
|---|
copy, getKey, setKey |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Project()
| Method Detail |
|---|
protected Project clone()
clone in class KeyedEntity<Project>public String getColor()
CalendarEntity
getColor in interface CalendarEntitypublic Integer getDuration()
CalendarEntity
getDuration in interface CalendarEntitypublic Date getDate()
CalendarEntity
getDate in interface CalendarEntitypublic boolean isTodo()
CalendarEntity
isTodo in interface CalendarEntitypublic Date getNextTodo()
CalendarEntity
getNextTodo in interface CalendarEntitypublic String getText()
CalendarEntity
getText in interface CalendarEntitypublic Integer getPriority()
CalendarEntity
getPriority in interface CalendarEntitypublic Date getStartDate()
public Date getDueDate()
public String getDescription()
public String getCategory()
public String getStatus()
public Integer getParent()
public void setStartDate(Date StartDate)
public void setDueDate(Date DueDate)
public void setDescription(String Description)
public void setCategory(String Category)
public void setStatus(String Status)
public void setParent(Integer Parent)
public String toString()
toString in class KeyedEntity<Project>public boolean equals(Object o)
equals in class KeyedEntity<Project>public boolean canEqual(Object other)
canEqual in class KeyedEntity<Project>public int hashCode()
hashCode in class KeyedEntity<Project>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||