|
||||||||||
| 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 | |
|---|---|
boolean |
canEqual(Object other)
|
protected Subtask |
clone()
|
boolean |
equals(Object o)
|
Date |
getCloseDate()
|
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 |
getPriority()
Gets the priority |
Date |
getStartDate()
|
Integer |
getTask()
|
String |
getText()
Gets the text. |
int |
hashCode()
|
boolean |
isTodo()
Gets the todo flag. |
void |
setCloseDate(Date CloseDate)
|
void |
setDescription(String Description)
|
void |
setDueDate(Date DueDate)
|
void |
setStartDate(Date StartDate)
|
void |
setTask(Integer Task)
|
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 Subtask()
| Method Detail |
|---|
protected Subtask clone()
clone in class KeyedEntity<Subtask>public String getColor()
CalendarEntity
getColor in interface CalendarEntitypublic Date getDate()
CalendarEntity
getDate in interface CalendarEntitypublic Integer getDuration()
CalendarEntity
getDuration in interface CalendarEntitypublic Date getNextTodo()
CalendarEntity
getNextTodo in interface CalendarEntitypublic String getText()
CalendarEntity
getText in interface CalendarEntitypublic boolean isTodo()
CalendarEntity
isTodo in interface CalendarEntitypublic Integer getPriority()
CalendarEntity
getPriority in interface CalendarEntitypublic Date getStartDate()
public Date getCloseDate()
public Date getDueDate()
public String getDescription()
public Integer getTask()
public void setStartDate(Date StartDate)
public void setCloseDate(Date CloseDate)
public void setDueDate(Date DueDate)
public void setDescription(String Description)
public void setTask(Integer Task)
public String toString()
toString in class KeyedEntity<Subtask>public boolean equals(Object o)
equals in class KeyedEntity<Subtask>public boolean canEqual(Object other)
canEqual in class KeyedEntity<Subtask>public int hashCode()
hashCode in class KeyedEntity<Subtask>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||