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