|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<Task>
net.sf.borg.model.entity.Task
public class Task
The Task Entity
| Constructor Summary | |
|---|---|
Task()
|
|
| Method Summary | |
|---|---|
boolean |
canEqual(Object other)
|
protected Task |
clone()
|
boolean |
equals(Object o)
|
String |
getCategory()
|
String |
getColor()
Gets the color. |
Date |
getCompletionDate()
|
Date |
getDate()
Gets the date. |
String |
getDescription()
|
Date |
getDueDate()
|
Integer |
getDuration()
Gets the duration. |
Date |
getNextTodo()
Gets the next todo date. |
String |
getPersonAssigned()
|
Integer |
getPriority()
Gets the priority |
Integer |
getProject()
|
String |
getResolution()
|
Date |
getStartDate()
|
String |
getState()
|
String |
getText()
Gets the text. |
String |
getType()
|
int |
hashCode()
|
boolean |
isTodo()
Gets the todo flag. |
void |
setCategory(String Category)
|
void |
setCompletionDate(Date CompletionDate)
|
void |
setDescription(String Description)
|
void |
setDueDate(Date DueDate)
|
void |
setPersonAssigned(String PersonAssigned)
|
void |
setPriority(Integer Priority)
|
void |
setProject(Integer Project)
|
void |
setResolution(String Resolution)
|
void |
setStartDate(Date StartDate)
|
void |
setState(String State)
|
void |
setType(String Type)
|
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 Task()
| Method Detail |
|---|
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 CalendarEntityprotected Task clone()
clone in class KeyedEntity<Task>public Date getStartDate()
public Date getCompletionDate()
public Date getDueDate()
public String getPersonAssigned()
public Integer getPriority()
CalendarEntity
getPriority in interface CalendarEntitypublic String getState()
public String getType()
public String getDescription()
public String getResolution()
public String getCategory()
public Integer getProject()
public void setStartDate(Date StartDate)
public void setCompletionDate(Date CompletionDate)
public void setDueDate(Date DueDate)
public void setPersonAssigned(String PersonAssigned)
public void setPriority(Integer Priority)
public void setState(String State)
public void setType(String Type)
public void setDescription(String Description)
public void setResolution(String Resolution)
public void setCategory(String Category)
public void setProject(Integer Project)
public String toString()
toString in class KeyedEntity<Task>public boolean equals(Object o)
equals in class KeyedEntity<Task>public boolean canEqual(Object other)
canEqual in class KeyedEntity<Task>public int hashCode()
hashCode in class KeyedEntity<Task>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||