public class Subtask extends KeyedEntity<Subtask> implements CalendarEntity
| Constructor and Description |
|---|
Subtask() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getTaskDesc() |
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) |
void |
setTaskDesc(String taskDesc) |
String |
toString() |
copy, getKey, setKeyprotected Subtask clone()
clone in class KeyedEntity<Subtask>public String getColor()
CalendarEntitygetColor in interface CalendarEntitypublic Date getDate()
CalendarEntitygetDate in interface CalendarEntitypublic Integer getDuration()
CalendarEntitygetDuration in interface CalendarEntitypublic Date getNextTodo()
CalendarEntitygetNextTodo in interface CalendarEntitypublic String getText()
CalendarEntitygetText in interface CalendarEntitypublic boolean isTodo()
CalendarEntityisTodo in interface CalendarEntitypublic Integer getPriority()
CalendarEntitygetPriority in interface CalendarEntitypublic Date getStartDate()
public Date getCloseDate()
public Date getDueDate()
public String getDescription()
public Integer getTask()
public String getTaskDesc()
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 void setTaskDesc(String taskDesc)
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>Generated March 24 2013 by mike using Apache Ant(TM) version 1.8.2 compiled on May 18 2012 and Java version 1.7.0_15 from Oracle Corporation on Linux i386 3.5.0-26-generic