|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.entity.KeyedEntity<Subtask>
net.sf.borg.model.entity.Subtask
public class Subtask
Subtask entity
Constructor Summary | |
---|---|
Subtask()
|
Method Summary | |
---|---|
protected Subtask |
clone()
|
Date |
getCloseDate()
Gets the close date. |
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. |
Date |
getStartDate()
Gets the start date. |
Integer |
getTask()
Gets the parent task. |
String |
getText()
Gets the text. |
boolean |
getTodo()
Gets the todo flag. |
void |
setCloseDate(Date xx)
Sets the close date. |
void |
setDescription(String xx)
Sets the description. |
void |
setDueDate(Date xx)
Sets the due date. |
void |
setStartDate(Date xx)
Sets the start date. |
void |
setTask(Integer xx)
Sets the parent task. |
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 Subtask()
Method Detail |
---|
public Date getStartDate()
public void setStartDate(Date xx)
xx
- the new start datepublic Date getCloseDate()
public void setCloseDate(Date xx)
xx
- the new close datepublic Date getDueDate()
public void setDueDate(Date xx)
xx
- the new due datepublic String getDescription()
public void setDescription(String xx)
xx
- the new descriptionpublic Integer getTask()
public void setTask(Integer xx)
xx
- the parent task idprotected Subtask clone()
clone
in class KeyedEntity<Subtask>
public String getColor()
CalendarEntity
getColor
in interface CalendarEntity
public Date getDate()
CalendarEntity
getDate
in interface CalendarEntity
public Integer getDuration()
CalendarEntity
getDuration
in interface CalendarEntity
public Date getNextTodo()
CalendarEntity
getNextTodo
in interface CalendarEntity
public String getText()
CalendarEntity
getText
in interface CalendarEntity
public boolean getTodo()
CalendarEntity
getTodo
in interface CalendarEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |