|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.juniverse.jorganizer.todos.ToDo
Field Summary | |
private java.util.Date |
date
|
private java.lang.String |
description
|
private boolean |
done
|
private int |
from
|
private java.lang.String |
title
|
private int |
to
|
private java.util.Date |
until
|
Constructor Summary | |
ToDo()
|
Method Summary | |
java.util.Date |
getDate()
Returns the date. |
java.lang.String |
getDescription()
Returns the description. |
int |
getFrom()
Returns the from. |
java.lang.String |
getTitle()
Returns the title. |
int |
getTo()
Returns the to. |
java.util.Date |
getUntil()
Returns the until. |
boolean |
isDone()
Returns the done. |
void |
setDate(java.util.Date date)
Sets the date. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDone(boolean done)
Sets the done. |
void |
setFrom(int userid)
Sets the from. |
void |
setTitle(java.lang.String title)
Sets the title. |
void |
setTo(int to)
Sets the to. |
void |
setUntil(java.util.Date untilDate)
Sets the until. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String title
private java.lang.String description
private int from
private int to
private java.util.Date date
private java.util.Date until
private boolean done
Constructor Detail |
public ToDo()
Method Detail |
public java.util.Date getDate()
public java.lang.String getDescription()
public java.lang.String getTitle()
public int getFrom()
public void setDate(java.util.Date date)
date
- The date to setpublic void setDescription(java.lang.String description)
description
- The description to setpublic void setTitle(java.lang.String title)
title
- The title to setpublic void setFrom(int userid)
public int getTo()
public void setTo(int to)
to
- The to to setpublic java.util.Date getUntil()
public void setUntil(java.util.Date untilDate)
public boolean isDone()
public void setDone(boolean done)
done
- The done to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |