|
||||||||||
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 | |
---|---|
protected Task |
clone()
|
String |
getCategory()
Gets the category. |
String |
getColor()
Gets the color. |
Date |
getCompletionDate()
Gets the completion date. |
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. |
String |
getPersonAssigned()
Gets the person assigned. |
Integer |
getPriority()
Gets the priority. |
Integer |
getProject()
Gets the project. |
String |
getResolution()
Gets the resolution. |
Date |
getStartDate()
Gets the start date. |
String |
getState()
Gets the state. |
String |
getText()
Gets the text. |
boolean |
getTodo()
Gets the todo flag. |
String |
getType()
Gets the type. |
void |
setCategory(String xx)
Sets the category. |
void |
setCompletionDate(Date xx)
Sets the completion date. |
void |
setDescription(String xx)
Sets the description. |
void |
setDueDate(Date xx)
Sets the due date. |
void |
setPersonAssigned(String xx)
Sets the person assigned. |
void |
setPriority(Integer xx)
Sets the priority. |
void |
setProject(Integer xx)
Sets the project. |
void |
setResolution(String xx)
Sets the resolution. |
void |
setStartDate(Date xx)
Sets the start date. |
void |
setState(String xx)
Sets the state. |
void |
setType(String xx)
Sets the type. |
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 Task()
Method Detail |
---|
public Date getStartDate()
public void setStartDate(Date xx)
xx
- the new start datepublic Date getCompletionDate()
public void setCompletionDate(Date xx)
xx
- the new completion datepublic Date getDueDate()
public void setDueDate(Date xx)
xx
- the new due datepublic String getPersonAssigned()
public void setPersonAssigned(String xx)
xx
- the new person assignedpublic Integer getPriority()
public void setPriority(Integer xx)
xx
- the new prioritypublic String getState()
public void setState(String xx)
xx
- the new statepublic String getType()
public void setType(String xx)
xx
- the new typepublic String getDescription()
public void setDescription(String xx)
xx
- the new descriptionpublic String getResolution()
public void setResolution(String xx)
xx
- the new resolutionpublic String getCategory()
public void setCategory(String xx)
xx
- the new categorypublic Integer getProject()
public void setProject(Integer xx)
xx
- the new projectpublic 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
protected Task clone()
clone
in class KeyedEntity<Task>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |