|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.prevayler.demos.jxpath.model.Project
public class Project
Represents a simple software project.
Constructor Summary | |
---|---|
Project()
Creates a new Project object. |
Method Summary | |
---|---|
int |
getId()
Returns the id. |
String |
getName()
Returns the name. |
List |
getTasks()
Returns the tasks. |
void |
setId(int id)
Sets the id. |
void |
setName(String name)
Sets the name. |
void |
setTasks(List tasks)
Sets the tasks. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Project()
Method Detail |
---|
public String getName()
public List getTasks()
public void setName(String name)
name
- The name to setpublic void setTasks(List tasks)
tasks
- The tasks 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 |