|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.prevayler.demos.jxpath.model.Task
public class Task
Represents a project's task to be completed
Constructor Summary | |
---|---|
Task()
|
Method Summary | |
---|---|
Date |
getEnd()
Returns the end. |
int |
getId()
Returns the id. |
String |
getName()
Returns the name. |
Date |
getStart()
Returns the start. |
void |
setEnd(Date end)
Sets the end. |
void |
setId(int id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setStart(Date start)
Sets the start. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Task()
Method Detail |
---|
public Date getEnd()
public String getName()
public Date getStart()
public void setEnd(Date end)
end
- The end to setpublic void setName(String name)
name
- The name to setpublic void setStart(Date start)
start
- The start to setpublic int getId()
public void setId(int id)
id
- The id to setpublic String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |