|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.tomp.el.author.Project
public class Project
Constructor Summary | |
---|---|
Project(Projects l,
java.lang.String id)
Creates a new instance of Project and sets its ID. |
Method Summary | |
---|---|
Description |
getDescription()
Returns the description. |
java.io.File |
getFile()
Returns the Project's XML file. |
java.lang.String |
getId()
Returns project's ID. |
Projects |
getProjects()
Returns project. |
void |
setDescription(Description description)
Sets the project's description |
java.lang.String |
toString()
Creates string of project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Project(Projects l, java.lang.String id)
l
- Projectsid
- Project's IDMethod Detail |
---|
public java.io.File getFile()
public Projects getProjects()
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 |