|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.el.author.Task
public class Task
Constructor Summary | |
---|---|
Task(Tasks l,
java.lang.String id)
Creates a new instance of Task and sets its ID and Tasks. |
Method Summary | |
---|---|
Description |
getDescription()
Returns the task's description. |
java.io.File |
getFile()
Returns the task's XML file. |
java.lang.String |
getId()
Returns task's ID |
Tasks |
getTasks()
Returns the tasks. |
void |
setDescription(Description description)
Sets the task's description. |
java.lang.String |
toString()
Creates string of task. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Task(Tasks l, java.lang.String id)
l
- Tasks of the new instanceid
- New task IDMethod Detail |
---|
public java.io.File getFile()
public Tasks getTasks()
public java.lang.String getId()
public java.lang.String toString()
toString
in class java.lang.Object
public Description getDescription()
getDescription
in interface Described
public void setDescription(Description description)
setDescription
in interface Described
description
- The description to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |